diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-08 21:29:23 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-08 21:29:23 +0000 |
commit | bced8bf7360dc30cbc4c619c999239a7f1b4428b (patch) | |
tree | dd1c215bb639fa08d7b9b12d8be2d2abeed224ed /net-p2p/lince | |
parent | Version bump, bug #208471. Add ~amd64 keyword. (diff) | |
download | gentoo-2-bced8bf7360dc30cbc4c619c999239a7f1b4428b.tar.gz gentoo-2-bced8bf7360dc30cbc4c619c999239a7f1b4428b.tar.bz2 gentoo-2-bced8bf7360dc30cbc4c619c999239a7f1b4428b.zip |
Version bump, includes minor fixes and menu entry.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p/lince')
-rw-r--r-- | net-p2p/lince/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/lince/lince-0.99.1.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/net-p2p/lince/ChangeLog b/net-p2p/lince/ChangeLog index 7d4d07e5c8b8..be64cad3132d 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.3 2008/03/03 20:41:47 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.4 2008/03/08 21:29:23 coldwind Exp $ + +*lince-0.99.1 (08 Mar 2008) + + 08 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> +lince-0.99.1.ebuild: + Version bump, includes minor fixes and menu entry. 03 Mar 2008; <cla@gentoo.org> lince-0.99.ebuild: Add ~x86 keyword (bug #211031) diff --git a/net-p2p/lince/lince-0.99.1.ebuild b/net-p2p/lince/lince-0.99.1.ebuild new file mode 100644 index 000000000000..4bf1b2022ac4 --- /dev/null +++ b/net-p2p/lince/lince-0.99.1.ebuild @@ -0,0 +1,25 @@ +# 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.1 2008/03/08 21:29:23 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 + sys-devel/gettext + dev-util/intltool" + +RDEPEND="${DEPEND}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_install () { + emake DESTDIR="${D}" install || die +} |