summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Chamberlain <daybird@gentoo.org>2002-05-09 00:56:20 +0000
committerDavid Chamberlain <daybird@gentoo.org>2002-05-09 00:56:20 +0000
commit84e052d8f9c98d1c32b8b22ba4d9df35d3ca50c1 (patch)
tree671dce0ca4989ad274780fd02228c7a1634d02fc /sys-apps/eject
parentFixed the SRC_URI in lynx-2.8.4a-r3.build so it works if ibiblio is down (diff)
downloadgentoo-2-84e052d8f9c98d1c32b8b22ba4d9df35d3ca50c1.tar.gz
gentoo-2-84e052d8f9c98d1c32b8b22ba4d9df35d3ca50c1.tar.bz2
gentoo-2-84e052d8f9c98d1c32b8b22ba4d9df35d3ca50c1.zip
eject 2.0.6 is apparently deprecated
Diffstat (limited to 'sys-apps/eject')
-rw-r--r--sys-apps/eject/eject-2.0.10.ebuild30
-rw-r--r--sys-apps/eject/files/digest-eject-2.0.101
2 files changed, 31 insertions, 0 deletions
diff --git a/sys-apps/eject/eject-2.0.10.ebuild b/sys-apps/eject/eject-2.0.10.ebuild
new file mode 100644
index 000000000000..fa8bcfa556c5
--- /dev/null
+++ b/sys-apps/eject/eject-2.0.10.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: Daniel Robbins <drobbins@gentoo.org>
+# /space/gentoo/cvsroot/gentoo-x86/sys-apps/eject/eject-2.0.6.ebuild,v 1.3 2001/12/31 23:47:55 azarah Exp
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A command to eject a disc from the CD-ROM drive"
+SRC_URI="http://www.ibiblio.org/pub/Linux/utils/disk-management/${P}.tar.gz"
+HOMEPAGE="http://www.pobox.com/~tranter/eject.html"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man || die
+ make || die
+}
+
+src_install () {
+ dodir /usr/bin /usr/share/man/man1
+
+# Full install breaks sandbox, and I'm too lazy to figure out how, so:
+
+ make DESTDIR=${D} install-binPROGRAMS || die
+ make DESTDIR=${D} install-man1 || die
+ make DESTDIR=${D} install-man || die
+
+ dodoc ChangeLog COPYING README PORTING TODO
+ dodoc AUTHORS NEWS PROBLEMS
+}
diff --git a/sys-apps/eject/files/digest-eject-2.0.10 b/sys-apps/eject/files/digest-eject-2.0.10
new file mode 100644
index 000000000000..a55bc0897bb0
--- /dev/null
+++ b/sys-apps/eject/files/digest-eject-2.0.10
@@ -0,0 +1 @@
+MD5 80e485fd75005de0cfa9c03f95170092 eject-2.0.10.tar.gz 61764