diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-08-17 16:18:15 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-08-17 16:18:15 +0000 |
commit | 2b9acec235d88b8e4166e749dbd3da4c6847f071 (patch) | |
tree | e766666e268627d543f9d94d06338e665c6b54d3 /net-p2p | |
parent | x86 stable, bug #228837 (diff) | |
download | gentoo-2-2b9acec235d88b8e4166e749dbd3da4c6847f071.tar.gz gentoo-2-2b9acec235d88b8e4166e749dbd3da4c6847f071.tar.bz2 gentoo-2-2b9acec235d88b8e4166e749dbd3da4c6847f071.zip |
Version bump.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/lince/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/lince/lince-1.0_rc1.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/net-p2p/lince/ChangeLog b/net-p2p/lince/ChangeLog index 5bc9f4fff270..993b9ba48ad8 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.11 2008/06/19 14:21:51 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.12 2008/08/17 16:18:15 coldwind Exp $ + +*lince-1.0_rc1 (17 Aug 2008) + + 17 Aug 2008; Santiago M. Mola <coldwind@gentoo.org> +lince-1.0_rc1.ebuild: + Version bump. 19 Jun 2008; Santiago M. Mola <coldwind@gentoo.org> lince-0.99.4.ebuild: Use correct gtkmm slot as advised by remi, bump EAPI. diff --git a/net-p2p/lince/lince-1.0_rc1.ebuild b/net-p2p/lince/lince-1.0_rc1.ebuild new file mode 100644 index 000000000000..fd92c3081eeb --- /dev/null +++ b/net-p2p/lince/lince-1.0_rc1.ebuild @@ -0,0 +1,31 @@ +# 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 +} |