diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-18 21:19:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-18 21:19:22 +0000 |
commit | 4aba0886c2c250bbe370e5d0f9dc0bb3418d43f3 (patch) | |
tree | 259ee9c71c8068e1f23989bce747acbb48bb8841 /sys-apps | |
parent | Stable on x86 (diff) | |
download | gentoo-2-4aba0886c2c250bbe370e5d0f9dc0bb3418d43f3.tar.gz gentoo-2-4aba0886c2c250bbe370e5d0f9dc0bb3418d43f3.tar.bz2 gentoo-2-4aba0886c2c250bbe370e5d0f9dc0bb3418d43f3.zip |
stabilize
(Portage version: 2.0.52-r1 http://ronaldmcnightrider.ytmnd.com/ )
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/eject/eject-2.0.13-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/eject/eject-2.0.13.ebuild | 46 | ||||
-rw-r--r-- | sys-apps/eject/files/digest-eject-2.0.13 | 1 |
3 files changed, 2 insertions, 49 deletions
diff --git a/sys-apps/eject/eject-2.0.13-r2.ebuild b/sys-apps/eject/eject-2.0.13-r2.ebuild index 7e759bee1019..2b014194bb96 100644 --- a/sys-apps/eject/eject-2.0.13-r2.ebuild +++ b/sys-apps/eject/eject-2.0.13-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/eject-2.0.13-r2.ebuild,v 1.5 2005/07/25 20:05:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/eject-2.0.13-r2.ebuild,v 1.6 2005/09/18 21:19:22 vapier Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/utils/disk-management/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86" IUSE="nls" DEPEND="!virtual/eject" diff --git a/sys-apps/eject/eject-2.0.13.ebuild b/sys-apps/eject/eject-2.0.13.ebuild deleted file mode 100644 index b2a510eff5b8..000000000000 --- a/sys-apps/eject/eject-2.0.13.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/eject-2.0.13.ebuild,v 1.19 2005/07/25 20:05:51 flameeyes Exp $ - -inherit eutils - -DESCRIPTION="A command to eject a disc from the CD-ROM drive" -HOMEPAGE="http://eject.sourceforge.net/" -SRC_URI="http://www.ibiblio.org/pub/Linux/utils/disk-management/${P}.tar.gz - http://www.pobox.com/~tranter/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" -IUSE="nls" - -RDEPEND="virtual/libc - !virtual/eject" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" -PROVIDE="virtual/eject" - -src_unpack() { - unpack ${A} - cd ${S} - - # Get this puppy working with kernel 2.5.x - # <azarah@gentoo.org> (06 March 2003) - epatch "${FILESDIR}/${P}-kernel25-support.patch" - - # Fix stupid includes (bug #41856) - sed -i \ - -e 's|-I/usr/src/linux -I/usr/src/linux|-I/usr/include|' \ - ${S}/Makefile.in \ - || die "sed Makefile.in failed" - - if ! use nls - then - sed -i "s:SUBDIRS = po::" Makefile.in || die "sed nls failed" - fi -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc ChangeLog README PORTING TODO AUTHORS NEWS PROBLEMS -} diff --git a/sys-apps/eject/files/digest-eject-2.0.13 b/sys-apps/eject/files/digest-eject-2.0.13 deleted file mode 100644 index 3c64dc062a37..000000000000 --- a/sys-apps/eject/files/digest-eject-2.0.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 b796ad77beb4e7bdd08d6149701ab778 eject-2.0.13.tar.gz 59504 |