From d63fcdd76057563730b7ed444a0f0a03fdec220a Mon Sep 17 00:00:00 2001 From: "Santiago M. Mola" Date: Mon, 25 Aug 2008 10:47:05 +0000 Subject: Fix dependencies (#235646) and add missing use flags (#235144). (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64) --- net-p2p/lince/ChangeLog | 8 ++++++- net-p2p/lince/lince-0.99.4.ebuild | 30 ------------------------- net-p2p/lince/lince-1.0_rc1-r1.ebuild | 41 +++++++++++++++++++++++++++++++++++ net-p2p/lince/lince-1.0_rc1.ebuild | 31 -------------------------- 4 files changed, 48 insertions(+), 62 deletions(-) delete mode 100644 net-p2p/lince/lince-0.99.4.ebuild create mode 100644 net-p2p/lince/lince-1.0_rc1-r1.ebuild delete mode 100644 net-p2p/lince/lince-1.0_rc1.ebuild (limited to 'net-p2p') diff --git a/net-p2p/lince/ChangeLog b/net-p2p/lince/ChangeLog index 993b9ba48ad8..cb84138e2b4e 100644 --- a/net-p2p/lince/ChangeLog +++ b/net-p2p/lince/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/lince # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.12 2008/08/17 16:18:15 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.13 2008/08/25 10:47:05 coldwind Exp $ + +*lince-1.0_rc1-r1 (25 Aug 2008) + + 25 Aug 2008; Santiago M. Mola metadata.xml, + -lince-0.99.4.ebuild, -lince-1.0_rc1.ebuild, +lince-1.0_rc1-r1.ebuild: + Fix dependencies (#235646) and add missing use flags (#235144). *lince-1.0_rc1 (17 Aug 2008) diff --git a/net-p2p/lince/lince-0.99.4.ebuild b/net-p2p/lince/lince-0.99.4.ebuild deleted file mode 100644 index 030d1c759592..000000000000 --- a/net-p2p/lince/lince-0.99.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-0.99.4.ebuild,v 1.2 2008/06/19 14:21:51 coldwind Exp $ - -EAPI="1" - -MY_P="Lince-${PV}" - -DESCRIPTION="a light, powerfull and full feature gtkmm bittorrent client" -SRC_URI="mirror://sourceforge/lincetorrent/${MY_P}.tar.gz" -HOMEPAGE="http://lincetorrent.sourceforge.net" - -RDEPEND="dev-cpp/gtkmm:2.4 - x11-libs/cairo - >=net-libs/rb_libtorrent-0.13 - dev-libs/libxml2 - sys-devel/gettext" -DEPEND="${RDEPEND} - dev-util/intltool" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -S=${WORKDIR}/${MY_P} - -src_install () { - emake DESTDIR="${D}" install || die -} diff --git a/net-p2p/lince/lince-1.0_rc1-r1.ebuild b/net-p2p/lince/lince-1.0_rc1-r1.ebuild new file mode 100644 index 000000000000..b691e3a09373 --- /dev/null +++ b/net-p2p/lince/lince-1.0_rc1-r1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-1.0_rc1-r1.ebuild,v 1.1 2008/08/25 10:47:05 coldwind Exp $ + +EAPI="1" + +MY_PV="${PV/_/-}" +MY_P="Lince-${MY_PV}" + +DESCRIPTION="a light, powerfull and full feature gtkmm bittorrent client" +SRC_URI="mirror://sourceforge/lincetorrent/${MY_P}.tar.gz" +HOMEPAGE="http://lincetorrent.sourceforge.net" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="dbus libnotify" + +RDEPEND="dev-cpp/gtkmm:2.4 + dev-cpp/cairomm + >=dev-cpp/glibmm-2.16 + >=net-libs/rb_libtorrent-0.13 + dev-libs/libxml2 + sys-devel/gettext + dbus? ( dev-libs/dbus-glib ) + libnotify? ( x11-libs/libnotify )" +DEPEND="${RDEPEND} + dev-util/intltool" + +S=${WORKDIR}/${MY_P} + +src_compile() { + econf \ + $(use_with dbus) \ + $(use_with libnotify) || die "econf failed" + emake || die "emake failed" +} + +src_install () { + emake DESTDIR="${D}" install || die "emake install failed" +} diff --git a/net-p2p/lince/lince-1.0_rc1.ebuild b/net-p2p/lince/lince-1.0_rc1.ebuild deleted file mode 100644 index fd92c3081eeb..000000000000 --- a/net-p2p/lince/lince-1.0_rc1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-1.0_rc1.ebuild,v 1.1 2008/08/17 16:18:15 coldwind Exp $ - -EAPI="1" - -MY_PV="${PV/_/-}" -MY_P="Lince-${MY_PV}" - -DESCRIPTION="a light, powerfull and full feature gtkmm bittorrent client" -SRC_URI="mirror://sourceforge/lincetorrent/${MY_P}.tar.gz" -HOMEPAGE="http://lincetorrent.sourceforge.net" - -RDEPEND="dev-cpp/gtkmm:2.4 - x11-libs/cairo - >=net-libs/rb_libtorrent-0.13 - dev-libs/libxml2 - sys-devel/gettext" -DEPEND="${RDEPEND} - dev-util/intltool" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -S=${WORKDIR}/${MY_P} - -src_install () { - emake DESTDIR="${D}" install || die -} -- cgit v1.2.3-65-gdbad