summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/gentoo/files/digest-gentoo-0.11.301
-rw-r--r--app-misc/gentoo/files/digest-gentoo-0.11.311
-rw-r--r--app-misc/gentoo/gentoo-0.11.30.ebuild53
-rw-r--r--app-misc/gentoo/gentoo-0.11.31.ebuild53
4 files changed, 0 insertions, 108 deletions
diff --git a/app-misc/gentoo/files/digest-gentoo-0.11.30 b/app-misc/gentoo/files/digest-gentoo-0.11.30
deleted file mode 100644
index 700f40d8741e..000000000000
--- a/app-misc/gentoo/files/digest-gentoo-0.11.30
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b68a9954ea52bdeb0e01b9c181d413b8 gentoo-0.11.30.tar.gz 917080
diff --git a/app-misc/gentoo/files/digest-gentoo-0.11.31 b/app-misc/gentoo/files/digest-gentoo-0.11.31
deleted file mode 100644
index 2ef64392497a..000000000000
--- a/app-misc/gentoo/files/digest-gentoo-0.11.31
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d716a90da18cdcd19e6c1c9be00a5fac gentoo-0.11.31.tar.gz 923857
diff --git a/app-misc/gentoo/gentoo-0.11.30.ebuild b/app-misc/gentoo/gentoo-0.11.30.ebuild
deleted file mode 100644
index 8996a199d4be..000000000000
--- a/app-misc/gentoo/gentoo-0.11.30.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.11.30.ebuild,v 1.3 2002/10/05 05:39:09 drobbins Exp $
-
-IUSE="nls gnome"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A modern GTK+ based filemanager for any WM"
-SRC_URI="mirror://sourceforge/gentoo/${P}.tar.gz"
-HOMEPAGE="http://www.obsession.se/gentoo/"
-
-DEPEND="=x11-libs/gtk+-1.2*"
-RDEPEND="nls? ( sys-devel/gettext )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-src_compile() {
-
- local myconf
-
- use nls || myconf="${myconf} --disable-nls"
- econf \
- --sysconfdir=/etc/gentoo \
- ${myconf} || die "./configure failed"
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- if use gnome ; then
- insinto /usr/share/pixmaps
- doins icons/gentoo.png
- insinto /usr/share/gnome/apps/Applications
- doins ${FILESDIR}/gentoo.desktop
- fi
-
- dodoc AUTHORS BUGS CONFIG-CHANGES COPYING CREDITS ChangeLog INSTALL \
- NEWS ONEWS README* TODO
- dodoc docs/FAQ docs/menus.txt
-
- dohtml docs/*.{html,css}
- dohtml -r docs/images
- dohtml -r docs/config
-
- doman docs/gentoo.1x
-
- docinto scratch
- dodoc docs/scratch/*
-}
diff --git a/app-misc/gentoo/gentoo-0.11.31.ebuild b/app-misc/gentoo/gentoo-0.11.31.ebuild
deleted file mode 100644
index b2c770f7b1fc..000000000000
--- a/app-misc/gentoo/gentoo-0.11.31.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.11.31.ebuild,v 1.3 2002/10/05 05:39:09 drobbins Exp $
-
-IUSE="nls gnome"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A modern GTK+ based filemanager for any WM"
-SRC_URI="mirror://sourceforge/gentoo/${P}.tar.gz"
-HOMEPAGE="http://www.obsession.se/gentoo/"
-
-DEPEND="=x11-libs/gtk+-1.2*"
-RDEPEND="nls? ( sys-devel/gettext )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-src_compile() {
-
- local myconf
-
- use nls || myconf="${myconf} --disable-nls"
- econf \
- --sysconfdir=/etc/gentoo \
- ${myconf} || die "./configure failed"
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- if use gnome ; then
- insinto /usr/share/pixmaps
- doins icons/gentoo.png
- insinto /usr/share/gnome/apps/Applications
- doins ${FILESDIR}/gentoo.desktop
- fi
-
- dodoc AUTHORS BUGS CONFIG-CHANGES COPYING CREDITS ChangeLog INSTALL \
- NEWS ONEWS README* TODO
- dodoc docs/FAQ docs/menus.txt
-
- dohtml docs/*.{html,css}
- dohtml -r docs/images
- dohtml -r docs/config
-
- doman docs/gentoo.1x
-
- docinto scratch
- dodoc docs/scratch/*
-}