From d30ad6330a661fa89c20aaa1e3102cf0613f0e8d Mon Sep 17 00:00:00 2001 From: "Santiago M. Mola" Date: Wed, 16 Apr 2008 22:17:29 +0000 Subject: Bump to 0.99.3, remove old. (Portage version: 2.1.4.4) --- net-p2p/lince/ChangeLog | 8 +++++++- net-p2p/lince/lince-0.99.1.ebuild | 23 ----------------------- net-p2p/lince/lince-0.99.3.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 24 deletions(-) delete mode 100644 net-p2p/lince/lince-0.99.1.ebuild create mode 100644 net-p2p/lince/lince-0.99.3.ebuild (limited to 'net-p2p/lince') diff --git a/net-p2p/lince/ChangeLog b/net-p2p/lince/ChangeLog index 107e17f9d572..21510e61e666 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.8 2008/03/22 14:49:56 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.9 2008/04/16 22:17:29 coldwind Exp $ + +*lince-0.99.3 (16 Apr 2008) + + 16 Apr 2008; Santiago M. Mola -lince-0.99.1.ebuild, + +lince-0.99.3.ebuild: + Bump to 0.99.3, remove old. *lince-0.99.2 (22 Mar 2008) diff --git a/net-p2p/lince/lince-0.99.1.ebuild b/net-p2p/lince/lince-0.99.1.ebuild deleted file mode 100644 index 1d5413972226..000000000000 --- a/net-p2p/lince/lince-0.99.1.ebuild +++ /dev/null @@ -1,23 +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.1.ebuild,v 1.4 2008/03/22 14:40:04 corsair Exp $ - -DESCRIPTION="a light, powerfull and full feature gtkmm bittorrent client" -SRC_URI="mirror://sourceforge/lincetorrent/${P}.tar.gz" -HOMEPAGE="http://lincetorrent.sourceforge.net" - -DEPEND="dev-cpp/gtkmm - x11-libs/cairo - >=net-libs/rb_libtorrent-0.13_pre1912 - dev-libs/libxml2" - -RDEPEND="${DEPEND}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -src_install () { - emake DESTDIR="${D}" install || die -} diff --git a/net-p2p/lince/lince-0.99.3.ebuild b/net-p2p/lince/lince-0.99.3.ebuild new file mode 100644 index 000000000000..915bc556993c --- /dev/null +++ b/net-p2p/lince/lince-0.99.3.ebuild @@ -0,0 +1,28 @@ +# 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.3.ebuild,v 1.1 2008/04/16 22:17:29 coldwind Exp $ + +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 + 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