summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2003-07-15 08:36:17 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2003-07-15 08:36:17 +0000
commit7be17748d118cfa6bb5f235abc73844db77245a0 (patch)
treeffd94abe805ef57dc11c715f1cb408f6bb38d1e0 /app-misc
parentRemoving old files. (diff)
downloadgentoo-2-7be17748d118cfa6bb5f235abc73844db77245a0.tar.gz
gentoo-2-7be17748d118cfa6bb5f235abc73844db77245a0.tar.bz2
gentoo-2-7be17748d118cfa6bb5f235abc73844db77245a0.zip
Removing old files.
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/xffm/ChangeLog14
-rw-r--r--app-misc/xffm/Manifest5
-rw-r--r--app-misc/xffm/files/digest-xffm-3.90.3811
-rw-r--r--app-misc/xffm/files/digest-xffm-3.91.4101
-rw-r--r--app-misc/xffm/xffm-3.90.381.ebuild34
-rw-r--r--app-misc/xffm/xffm-3.91.410.ebuild35
6 files changed, 0 insertions, 90 deletions
diff --git a/app-misc/xffm/ChangeLog b/app-misc/xffm/ChangeLog
deleted file mode 100644
index 3d9df11ffaf9..000000000000
--- a/app-misc/xffm/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for app-misc/xffm
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/xffm/ChangeLog,v 1.2 2003/06/25 05:36:59 bcowan Exp $
-
-*xffm-3.91.410 (25 Jun 2003)
-
- 25 Jun 2003; Brad Cowan <bcowan@gentoo.org> xffm-3.91.410.ebuild:
- Version bump.
-
-*xffm-3.90.381 (13 Jun 2003)
-
- 13 Jun 2003; Brad Cowan <bcowan@gentoo.org> xffm-3.90.381.ebuild:
- Initial import.
-
diff --git a/app-misc/xffm/Manifest b/app-misc/xffm/Manifest
deleted file mode 100644
index b35c7268fc3d..000000000000
--- a/app-misc/xffm/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-MD5 2db7794caf5b59c4beee87865831f7e0 xffm-3.91.410.ebuild 988
-MD5 8de6710099300dfb454695ad88214a3d xffm-3.90.381.ebuild 965
-MD5 a6f67ec015172983ebfd29bcd5bc97d0 ChangeLog 440
-MD5 0baa94c5442ddf19a11e5695998b1026 files/digest-xffm-3.90.381 66
-MD5 6b7cb1e8e61bc146ef7ccd2bb0fea980 files/digest-xffm-3.91.410 66
diff --git a/app-misc/xffm/files/digest-xffm-3.90.381 b/app-misc/xffm/files/digest-xffm-3.90.381
deleted file mode 100644
index 750c5417c9e8..000000000000
--- a/app-misc/xffm/files/digest-xffm-3.90.381
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6959ff40ea87a6777f1c70f434dbfb47 xffm-3.90.381.tar.gz 1020065
diff --git a/app-misc/xffm/files/digest-xffm-3.91.410 b/app-misc/xffm/files/digest-xffm-3.91.410
deleted file mode 100644
index 6d9661a5d05f..000000000000
--- a/app-misc/xffm/files/digest-xffm-3.91.410
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3d5c6c5c449332948ef671e4d9ebcd50 xffm-3.91.410.tar.gz 1024223
diff --git a/app-misc/xffm/xffm-3.90.381.ebuild b/app-misc/xffm/xffm-3.90.381.ebuild
deleted file mode 100644
index cb07338701f0..000000000000
--- a/app-misc/xffm/xffm-3.90.381.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/xffm/xffm-3.90.381.ebuild,v 1.2 2003/06/24 05:50:33 bcowan Exp $
-
-IUSE=""
-S=${WORKDIR}/${P}
-
-DESCRIPTION="Xfce4 file manager"
-HOMEPAGE="http://www.xfce.org/"
-SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc"
-
-DEPEND=">=x11-libs/gtk+-2.0.6
- dev-util/pkgconfig
- dev-libs/libxml2
- =x11-libs/libxfce4util-3.90.0
- =x11-libs/libxfcegui4-3.90.0
- =x11-libs/libxfce4mcs-3.90.0
- =x11-misc/xfce-mcs-manager-3.90.0
- >=dev-libs/dbh-1.0.14"
-
-src_compile() {
- econf
- make
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO
-}
diff --git a/app-misc/xffm/xffm-3.91.410.ebuild b/app-misc/xffm/xffm-3.91.410.ebuild
deleted file mode 100644
index b830e0f680c7..000000000000
--- a/app-misc/xffm/xffm-3.91.410.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/xffm/xffm-3.91.410.ebuild,v 1.1 2003/06/25 05:36:59 bcowan Exp $
-
-IUSE=""
-S=${WORKDIR}/${P}
-
-DESCRIPTION="Xfce4 file manager"
-HOMEPAGE="http://www.xfce.org/"
-SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc"
-
-DEPEND=">=x11-libs/gtk+-2.0.6
- dev-util/pkgconfig
- dev-libs/libxml2
- =x11-libs/libxfce4util-3.91.0
- =x11-libs/libxfcegui4-3.91.0
- =x11-libs/libxfce4mcs-3.91.0
- =x11-misc/xfce-mcs-manager-3.91.0
- >=dev-libs/dbh-1.0.14"
-RDEPEND="net-fs/samba"
-
-src_compile() {
- econf
- make
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO
-}