diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-23 15:25:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-23 15:25:04 +0000 |
commit | c82b6d14019a2ac38d3d3ae0e7acc77ac73dfac0 (patch) | |
tree | 7f7ed88507f010a6c0eb2a3926cdbb4aa49b589c /media-radio | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-c82b6d14019a2ac38d3d3ae0e7acc77ac73dfac0.tar.gz gentoo-2-c82b6d14019a2ac38d3d3ae0e7acc77ac73dfac0.tar.bz2 gentoo-2-c82b6d14019a2ac38d3d3ae0e7acc77ac73dfac0.zip |
kill virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/xconvers/xconvers-0.8.2.ebuild | 32 | ||||
-rw-r--r-- | media-radio/xconvers/xconvers-0.8.3.ebuild | 17 |
2 files changed, 4 insertions, 45 deletions
diff --git a/media-radio/xconvers/xconvers-0.8.2.ebuild b/media-radio/xconvers/xconvers-0.8.2.ebuild deleted file mode 100644 index 54eb8dd7284d..000000000000 --- a/media-radio/xconvers/xconvers-0.8.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/xconvers-0.8.2.ebuild,v 1.10 2008/10/05 21:14:40 loki_val Exp $ - -inherit eutils - -DESCRIPTION="Hamradio convers client for X/GTK" -HOMEPAGE="http://www.qsl.net/pg4i/linux/xconvers.html" -SRC_URI="http://www.qsl.net/pg4i/download/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" - -RDEPEND="virtual/libc - x11-libs/libXi - =x11-libs/gtk+-1.2*" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - econf || die "configure failed" - emake || die "emake failed" -} - -src_install() { - einstall || die - dodoc README - make_desktop_entry xconvers Xconvers xconvers HamRadio -} diff --git a/media-radio/xconvers/xconvers-0.8.3.ebuild b/media-radio/xconvers/xconvers-0.8.3.ebuild index 874657ef81a1..ffc122919bb2 100644 --- a/media-radio/xconvers/xconvers-0.8.3.ebuild +++ b/media-radio/xconvers/xconvers-0.8.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/xconvers-0.8.3.ebuild,v 1.5 2008/10/05 21:14:40 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/xconvers-0.8.3.ebuild,v 1.6 2009/09/23 15:25:04 ssuominen Exp $ DESCRIPTION="Hamradio convers client for X/GTK" HOMEPAGE="http://www.qsl.net/pg4i/linux/xconvers.html" @@ -11,21 +11,12 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" -RDEPEND="virtual/libc - x11-libs/libXi +RDEPEND="x11-libs/libXi =x11-libs/gtk+-1.2*" - DEPEND="${RDEPEND} dev-util/pkgconfig" -src_compile() { - - econf || die "configure failed" - emake || die "emake failed" -} - src_install() { - - make DESTDIR="${D}" install || die "install failed" + emake DESTDIR="${D}" install || die "install failed" dodoc README ChangeLog || die "dodoc failed" } |