diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-10 13:42:05 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-10 13:42:05 +0000 |
commit | 6f20b8ad5c0e9542fce7815c7e028acc7506fade (patch) | |
tree | 3e356c3425d717c6fe6865017c7567d68a62c8be /sys-block | |
parent | Generate an OSGi compliant jar for jsch. (diff) | |
download | gentoo-2-6f20b8ad5c0e9542fce7815c7e028acc7506fade.tar.gz gentoo-2-6f20b8ad5c0e9542fce7815c7e028acc7506fade.tar.bz2 gentoo-2-6f20b8ad5c0e9542fce7815c7e028acc7506fade.zip |
Add missing pkgconfig dep, bug #205182, remove old
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/unieject/ChangeLog | 8 | ||||
-rw-r--r-- | sys-block/unieject/files/digest-unieject-5.2 | 3 | ||||
-rw-r--r-- | sys-block/unieject/unieject-5.2.ebuild | 57 | ||||
-rw-r--r-- | sys-block/unieject/unieject-5.3.2.ebuild | 7 |
4 files changed, 10 insertions, 65 deletions
diff --git a/sys-block/unieject/ChangeLog b/sys-block/unieject/ChangeLog index eb6c1f9eda22..ba0db650556c 100644 --- a/sys-block/unieject/ChangeLog +++ b/sys-block/unieject/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-block/unieject -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/ChangeLog,v 1.36 2007/05/15 14:13:31 bangert Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/ChangeLog,v 1.37 2008/01/10 13:42:04 armin76 Exp $ + + 10 Jan 2008; Raúl Porcel <armin76@gentoo.org> -unieject-5.2.ebuild, + unieject-5.3.2.ebuild: + Add missing pkgconfig dep, bug #205182, remove old 15 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/sys-block/unieject/files/digest-unieject-5.2 b/sys-block/unieject/files/digest-unieject-5.2 deleted file mode 100644 index 9319bdf13bf7..000000000000 --- a/sys-block/unieject/files/digest-unieject-5.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3028c259b1f600900cccac2f89f3ed21 unieject-5.2.tar.bz2 301463 -RMD160 61edef4319c2accef9693fdf1143cabd3a2e109a unieject-5.2.tar.bz2 301463 -SHA256 866e72717a162d59e09bcc9d998e5e0347eb22874481e9dcb7af04c9e0dc8bfd unieject-5.2.tar.bz2 301463 diff --git a/sys-block/unieject/unieject-5.2.ebuild b/sys-block/unieject/unieject-5.2.ebuild deleted file mode 100644 index ab4393e5f63a..000000000000 --- a/sys-block/unieject/unieject-5.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.2.ebuild,v 1.2 2006/07/31 23:28:03 flameeyes Exp $ - -inherit libtool - -DESCRIPTION="Multiplatform command to eject and load CD-Rom drives" -HOMEPAGE="http://flameeyes.is-a-geek.org/projects#unieject" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="nls" - -RDEPEND=">=dev-libs/libcdio-0.75-r1 - dev-libs/popt - >=dev-libs/confuse-2.5 - nls? ( virtual/libintl ) - !sys-apps/eject - !sys-block/eject-bsd" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - sys-apps/sed" - -PROVIDE="virtual/eject" - -src_unpack() { - unpack ${A} - cd ${S} - - # libcdio-0.75-r1 in Gentoo is fixed, so no need to ask 0.76 either on - # FreeBSD. - sed -i -e '/freebsd/s:libcdiomin="0\.76":libcdiomin="0.75":' \ - ${S}/configure - - elibtoolize -} - -src_compile() { - econf \ - $(use_enable nls) \ - --enable-lock-workaround \ - --disable-dependency-tracking \ - --disable-doc \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install - dodoc README ChangeLog NEWS AUTHORS unieject.conf.sample - - # Symlink to eject to provide a good virtual/eject - dosym unieject.1.gz /usr/share/man/man1/eject.1.gz - dosym unieject /usr/bin/eject -} diff --git a/sys-block/unieject/unieject-5.3.2.ebuild b/sys-block/unieject/unieject-5.3.2.ebuild index 3db18bfd98c1..f752751572a6 100644 --- a/sys-block/unieject/unieject-5.3.2.ebuild +++ b/sys-block/unieject/unieject-5.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.3.2.ebuild,v 1.3 2006/11/17 15:42:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-5.3.2.ebuild,v 1.4 2008/01/10 13:42:04 armin76 Exp $ inherit eutils libtool flag-o-matic @@ -19,7 +19,8 @@ RDEPEND=">=dev-libs/libcdio-0.77 nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) - sys-apps/sed" + sys-apps/sed + dev-util/pkgconfig" RDEPEND="${RDEPEND} pmount? ( sys-apps/pmount ) !sys-apps/eject |