diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-22 14:49:56 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-22 14:49:56 +0000 |
commit | eb5c34214fd761412c443e0e4057b8214b0bc0d9 (patch) | |
tree | 0c0cebb692c9c28afc794838c0d942348e965a39 /net-p2p | |
parent | Stable on ppc wrt bug 214246 (diff) | |
download | gentoo-2-eb5c34214fd761412c443e0e4057b8214b0bc0d9.tar.gz gentoo-2-eb5c34214fd761412c443e0e4057b8214b0bc0d9.tar.bz2 gentoo-2-eb5c34214fd761412c443e0e4057b8214b0bc0d9.zip |
Version bump.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/lince/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/lince/lince-0.99.2.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/net-p2p/lince/ChangeLog b/net-p2p/lince/ChangeLog index c8431a8a8b18..107e17f9d572 100644 --- a/net-p2p/lince/ChangeLog +++ b/net-p2p/lince/ChangeLog @@ -1,6 +1,11 @@ # 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.7 2008/03/22 14:40:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.8 2008/03/22 14:49:56 coldwind Exp $ + +*lince-0.99.2 (22 Mar 2008) + + 22 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> +lince-0.99.2.ebuild: + Version bump. 22 Mar 2008; Markus Rothe <corsair@gentoo.org> lince-0.99.1.ebuild: Added ~ppc; bug #211992 diff --git a/net-p2p/lince/lince-0.99.2.ebuild b/net-p2p/lince/lince-0.99.2.ebuild new file mode 100644 index 000000000000..374c170ab02d --- /dev/null +++ b/net-p2p/lince/lince-0.99.2.ebuild @@ -0,0 +1,23 @@ +# 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.2.ebuild,v 1.1 2008/03/22 14:49:56 coldwind 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 +} |