public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/lince: ChangeLog lince-1.1_beta.ebuild
@ 2009-06-29 12:36 Ben de Groot (yngwin)
  0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2009-06-29 12:36 UTC (permalink / raw
  To: gentoo-commits

yngwin      09/06/29 12:36:02

  Modified:             ChangeLog
  Added:                lince-1.1_beta.ebuild
  Log:
  Version bump. This version works with rb_libtorrent-0.14. Fixes bug 275650.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 net-p2p/lince/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	29 Jun 2009 00:17:22 -0000	1.16
+++ ChangeLog	29 Jun 2009 12:36:02 -0000	1.17
@@ -1,6 +1,11 @@
 # 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.16 2009/06/29 00:17:22 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.17 2009/06/29 12:36:02 yngwin Exp $
+
+*lince-1.1_beta (29 Jun 2009)
+
+  29 Jun 2009; Ben de Groot <yngwin@gentoo.org> +lince-1.1_beta.ebuild:
+  Version bump. This version works with rb_libtorrent-0.14.
 
   29 Jun 2009; Ben de Groot <yngwin@gentoo.org> lince-1.0.ebuild:
   Restrict rb_libtorrent dep to ~0.13, as it doesnt build with any later



1.1                  net-p2p/lince/lince-1.1_beta.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/lince-1.1_beta.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/lince/lince-1.1_beta.ebuild?rev=1.1&content-type=text/plain

Index: lince-1.1_beta.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-1.1_beta.ebuild,v 1.1 2009/06/29 12:36:02 yngwin Exp $

EAPI="1"

MY_P="Lince-${PV/_/}"

DESCRIPTION="A light, powerful and full-featured gtkmm bittorrent client"
SRC_URI="mirror://sourceforge/lincetorrent/${MY_P}.tar.gz"
HOMEPAGE="http://lincetorrent.sourceforge.net"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="dbus libnotify"

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 )
	libnotify? ( x11-libs/libnotify )"
DEPEND="${RDEPEND}
	dev-util/intltool"

S=${WORKDIR}/${MY_P}

src_compile() {
	econf $(use_with dbus) $(use_with libnotify)
	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:[~2009-06-29 12:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-29 12:36 [gentoo-commits] gentoo-x86 commit in net-p2p/lince: ChangeLog lince-1.1_beta.ebuild Ben de Groot (yngwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox