diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-04-16 22:17:29 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-04-16 22:17:29 +0000 |
commit | d30ad6330a661fa89c20aaa1e3102cf0613f0e8d (patch) | |
tree | 51a8472a72c5dd0c6d9429030df42c3858f88cd2 /net-p2p/lince | |
parent | Version bump. Fixes problems with xcb - bug #156353. (diff) | |
download | gentoo-2-d30ad6330a661fa89c20aaa1e3102cf0613f0e8d.tar.gz gentoo-2-d30ad6330a661fa89c20aaa1e3102cf0613f0e8d.tar.bz2 gentoo-2-d30ad6330a661fa89c20aaa1e3102cf0613f0e8d.zip |
Bump to 0.99.3, remove old.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p/lince')
-rw-r--r-- | net-p2p/lince/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/lince/lince-0.99.3.ebuild (renamed from net-p2p/lince/lince-0.99.1.ebuild) | 19 |
2 files changed, 19 insertions, 8 deletions
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 <coldwind@gentoo.org> -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.3.ebuild index 1d5413972226..915bc556993c 100644 --- a/net-p2p/lince/lince-0.99.1.ebuild +++ b/net-p2p/lince/lince-0.99.3.ebuild @@ -1,23 +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.1.ebuild,v 1.4 2008/03/22 14:40:04 corsair Exp $ +# $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/${P}.tar.gz" +SRC_URI="mirror://sourceforge/lincetorrent/${MY_P}.tar.gz" HOMEPAGE="http://lincetorrent.sourceforge.net" -DEPEND="dev-cpp/gtkmm +RDEPEND="dev-cpp/gtkmm x11-libs/cairo - >=net-libs/rb_libtorrent-0.13_pre1912 - dev-libs/libxml2" - -RDEPEND="${DEPEND}" + >=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 } |