gnome 1.x removal
authorSaleem Abdulrasool <compnerd@gentoo.org>
Thu, 21 Dec 2006 04:08:11 +0000 (04:08 +0000)
committerSaleem Abdulrasool <compnerd@gentoo.org>
Thu, 21 Dec 2006 04:08:11 +0000 (04:08 +0000)
net-p2p/fidelio/ChangeLog [deleted file]
net-p2p/fidelio/Manifest [deleted file]
net-p2p/fidelio/fidelio-0.9.6-r2.ebuild [deleted file]
net-p2p/fidelio/fidelio-1.0_beta1.ebuild [deleted file]
net-p2p/fidelio/files/digest-fidelio-0.9.6-r2 [deleted file]
net-p2p/fidelio/files/digest-fidelio-1.0_beta1 [deleted file]
net-p2p/fidelio/metadata.xml [deleted file]

diff --git a/net-p2p/fidelio/ChangeLog b/net-p2p/fidelio/ChangeLog
deleted file mode 100644 (file)
index 5c63128..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# ChangeLog for net-p2p/fidelio
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/fidelio/ChangeLog,v 1.7 2004/06/25 00:30:57 agriffis Exp $
-
-*fidelio-1.0_beta1 (28 Jan 2003)
-
-  28 Jan 2003; Nick Hadaway <raker@gentoo.org> fidelio-1.0_beta1.ebuild,
-  files/digest-fidelio-1.0_beta1 :
-  Version bump.
-
-  16 Jul 2002; Olivier Reisch <doctomoe@gentoo.org> fidelio-0.9.6-r2:
-  Added ppc keyword
-
-*fidelio-0.9.6-r2 (16 July 2002)
-
-  16 Jul 2002; Seemant Kulleen <seemant@gentoo.org> fidelio-0.9.6-r2
-  files/digest-fidelio-0.9.6-r2 :
-
-  Added USE dependent NLS compilation, SLOT, KEYWORDS, and LICENSE, and did
-  some dodoc'ing.
-
-  26 Jun 2002; Thilo Bangert <bangert@gentoo.org> :
-
-  moved to net-p2p; added SLOT="0"
-
-*fidelio-0.9.6 (1 Feb 2002)
-
-  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-  
-  Added initial ChangeLog which should be updated whenever the package is
-  updated in any way. This changelog is targetted to users. This means that the
-  comments should well explained and written in clean English. The details about
-  writing correct changelogs are explained in the skel.ChangeLog file which you
-  can find in the root directory of the portage repository.
diff --git a/net-p2p/fidelio/Manifest b/net-p2p/fidelio/Manifest
deleted file mode 100644 (file)
index 0b6722e..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 3b6db682b6bc7cb278925d0c19c785bd fidelio-0.9.6-r2.ebuild 1103
-MD5 14bc01e23e7950051057f868f2309329 fidelio-1.0_beta1.ebuild 1155
-MD5 257e659859aea1e182292d36fa139cd8 ChangeLog 1238
-MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160
-MD5 e8edcb58d9c4af234b854837e39ae305 files/digest-fidelio-0.9.6-r2 65
-MD5 fbbabc85f7bee643067566fd5b709254 files/digest-fidelio-1.0_beta1 65
diff --git a/net-p2p/fidelio/fidelio-0.9.6-r2.ebuild b/net-p2p/fidelio/fidelio-0.9.6-r2.ebuild
deleted file mode 100644 (file)
index 10a1b9d..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/fidelio/fidelio-0.9.6-r2.ebuild,v 1.9 2004/07/15 03:48:47 agriffis Exp $
-
-IUSE="nls esd"
-
-DESCRIPTION="Fidelio is a Linux/Unix client for Hotline, a proprietary protocol that combines ftp-like, irc-like and news-like functions with user authentication and permissions in one package."
-SRC_URI="http://download.sourceforge.net/fidelio/${P}.tar.gz"
-HOMEPAGE="http://fidelio.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-DEPEND="=x11-libs/gtk+-1.2*
-       >=gnome-base/gnome-libs-1.4.1.2
-       >=dev-libs/libxml2-2.4.12
-       esd? ( >=media-sound/esound-0.2.23 )"
-
-src_compile() {
-
-       CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml"
-       CXXFLAGS="${CXXFLAGS} -I/usr/include/libxml2/libxml"
-       export CPPFLAGS="-I/usr/include/libxml2"
-       export XML_CONFIG="/usr/bin/xml2-config"
-
-       local myconf
-
-       use nls || myconf="${myconf} --disable-nls"
-
-       econf ${myconf} || die
-       emake || die
-
-}
-
-src_install () {
-
-       einstall || die
-
-       dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/net-p2p/fidelio/fidelio-1.0_beta1.ebuild b/net-p2p/fidelio/fidelio-1.0_beta1.ebuild
deleted file mode 100644 (file)
index 9950a81..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/fidelio/fidelio-1.0_beta1.ebuild,v 1.5 2004/06/25 00:30:57 agriffis Exp $
-
-IUSE="nls esd"
-S=${WORKDIR}/${P/_beta1/b1}
-DESCRIPTION="Fidelio is a Linux/Unix client for Hotline, a proprietary protocol that combines ftp-like, irc-like and news-like functions with user authentication and permissions in one package."
-SRC_URI="mirror://sourceforge/fidelio/${P/_beta1/b1}.tar.gz"
-HOMEPAGE="http://fidelio.sourceforge.net/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-DEPEND="=x11-libs/gtk+-1.2*
-       >=gnome-base/gnome-libs-1.4.1.2
-       >=dev-libs/libxml2-2.4.12
-       nls? ( sys-devel/gettext )
-       esd? ( >=media-sound/esound-0.2.23 )"
-
-src_compile() {
-       CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml"
-       CXXFLAGS="${CXXFLAGS} -I/usr/include/libxml2/libxml"
-       export CPPFLAGS="-I/usr/include/libxml2"
-       export XML_CONFIG="/usr/bin/xml2-config"
-
-       local myconf
-
-       use nls || myconf="${myconf} --disable-nls"
-
-       econf ${myconf} || die
-       emake || die
-
-}
-
-src_install () {
-
-       einstall || die
-
-       dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/net-p2p/fidelio/files/digest-fidelio-0.9.6-r2 b/net-p2p/fidelio/files/digest-fidelio-0.9.6-r2
deleted file mode 100644 (file)
index bad9273..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5991eb226b354abff4e424fbdfc1b786 fidelio-0.9.6.tar.gz 319108
diff --git a/net-p2p/fidelio/files/digest-fidelio-1.0_beta1 b/net-p2p/fidelio/files/digest-fidelio-1.0_beta1
deleted file mode 100644 (file)
index 05f2461..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f6963b36400e172279494b022fb065ce fidelio-1.0b1.tar.gz 344574
diff --git a/net-p2p/fidelio/metadata.xml b/net-p2p/fidelio/metadata.xml
deleted file mode 100644 (file)
index aa0f366..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>net-p2p</herd>
-</pkgmetadata>