* [gentoo-commits] gentoo-x86 commit in net-p2p/lince: ChangeLog lince-1.2.ebuild
@ 2010-05-05 21:47 Stanislav Ochotnicky (sochotnicky)
0 siblings, 0 replies; only message in thread
From: Stanislav Ochotnicky (sochotnicky) @ 2010-05-05 21:47 UTC (permalink / raw
To: gentoo-commits
sochotnicky 10/05/05 21:47:39
Modified: ChangeLog
Added: lince-1.2.ebuild
Log:
Version bump. Dropped optional useflag (changed to hard dep)
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.19 net-p2p/lince/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 25 Oct 2009 17:15:01 -0000 1.18
+++ ChangeLog 5 May 2010 21:47:39 -0000 1.19
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/lince
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.18 2009/10/25 17:15:01 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.19 2010/05/05 21:47:39 sochotnicky Exp $
+
+*lince-1.2 (05 May 2010)
+
+ 05 May 2010; Stanislav Ochotnicky <sochotnicky@gentoo.org>
+ +lince-1.2.ebuild:
+ Version bump. Dropped optional useflag (changed to hard dep)
25 Oct 2009; Torsten Veller <tove@gentoo.org> metadata.xml:
Remove coldwind from metadata.xml (#181764)
1.1 net-p2p/lince/lince-1.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/lince-1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/lince-1.2.ebuild?rev=1.1&content-type=text/plain
Index: lince-1.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-1.2.ebuild,v 1.1 2010/05/05 21:47:39 sochotnicky Exp $
EAPI="1"
DESCRIPTION="A light, powerful and full-featured gtkmm bittorrent client"
SRC_URI="mirror://sourceforge/lincetorrent/${P}.tar.gz"
HOMEPAGE="http://lincetorrent.sourceforge.net"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="dbus"
RDEPEND="dev-cpp/gtkmm:2.4
dev-cpp/cairomm
>=dev-cpp/glibmm-2.16
>=net-libs/rb_libtorrent-0.13
>=dev-libs/boost-1.36
dev-libs/libxml2
sys-devel/gettext
dbus? ( dev-libs/dbus-glib )
x11-libs/libnotify"
DEPEND="${RDEPEND}
dev-util/intltool"
src_compile() {
econf $(use_with dbus)
emake || die "emake failed"
}
src_install () {
emake DESTDIR="${D}" install || die "emake install failed"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-05 21:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-05 21:47 [gentoo-commits] gentoo-x86 commit in net-p2p/lince: ChangeLog lince-1.2.ebuild Stanislav Ochotnicky (sochotnicky)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox