* [gentoo-commits] gentoo-x86 commit in net-p2p/nicotine+: ChangeLog nicotine+-1.2.9-r1.ebuild
@ 2008-03-31 14:24 Santiago M. Mola (coldwind)
0 siblings, 0 replies; only message in thread
From: Santiago M. Mola (coldwind) @ 2008-03-31 14:24 UTC (permalink / raw
To: gentoo-commits
coldwind 08/03/31 14:24:54
Modified: ChangeLog
Added: nicotine+-1.2.9-r1.ebuild
Log:
Locale handling fixed, bug #197835
(Portage version: 2.1.4.4)
Revision Changes Path
1.28 net-p2p/nicotine+/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 18 Nov 2007 10:59:00 -0000 1.27
+++ ChangeLog 31 Mar 2008 14:24:54 -0000 1.28
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/nicotine+
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.27 2007/11/18 10:59:00 armin76 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.28 2008/03/31 14:24:54 coldwind Exp $
+
+*nicotine+-1.2.9-r1 (31 Mar 2008)
+
+ 31 Mar 2008; Santiago M. Mola <coldwind@gentoo.org>
+ +files/nicotine+-1.2.9-locale-handling.patch, +nicotine+-1.2.9-r1.ebuild:
+ Locale handling fixed, bug #197835
18 Nov 2007; Raúl Porcel <armin76@gentoo.org> nicotine+-1.2.9.ebuild:
Revert to ~arch, has open bugs
1.1 net-p2p/nicotine+/nicotine+-1.2.9-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.9-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.9-r1.ebuild?rev=1.1&content-type=text/plain
Index: nicotine+-1.2.9-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.9-r1.ebuild,v 1.1 2008/03/31 14:24:54 coldwind Exp $
inherit distutils eutils multilib toolchain-funcs
DESCRIPTION="A fork of nicotine, a Soulseek client in Python"
HOMEPAGE="http://nicotine-plus.sourceforge.net"
SRC_URI="mirror://sourceforge/nicotine-plus/${P}.tar.bz2"
LICENSE="GPL-3 LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="geoip spell vorbis"
RDEPEND="virtual/python
>=dev-python/pygtk-2
vorbis? ( >=dev-python/pyvorbis-1.4-r1
>=dev-python/pyogg-1 )
geoip? ( >=dev-python/geoip-python-0.2.0
>=dev-libs/geoip-1.2.1 )
spell? ( dev-python/sexy-python )
!net-p2p/nicotine"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=sys-apps/sed-4"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-locale-handling.patch
}
src_compile() {
distutils_src_compile
cd "${S}"/trayicon/
sed -i -e "s:/lib/:/$(get_libdir)/:" \
Makefile.in || die "sed failed"
./autogen.py
emake CC="$(tc-getCC)" || die "emake failed"
}
src_install() {
distutils_python_version
distutils_src_install --install-lib \
/usr/$(get_libdir)/python${PYVER}/site-packages
cd "${S}"/trayicon/
emake DESTDIR="${D}" install || die "emake install failed"
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-31 14:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-31 14:24 [gentoo-commits] gentoo-x86 commit in net-p2p/nicotine+: ChangeLog nicotine+-1.2.9-r1.ebuild Santiago M. Mola (coldwind)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox