From: "Hans de Graaff (graaff)" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/gtk-gnutella: ChangeLog gtk-gnutella-1.0.1.ebuild
Date: Wed, 1 Jan 2014 08:05:57 +0000 (UTC) [thread overview]
Message-ID: <20140101080557.EFC3E2004C@flycatcher.gentoo.org> (raw)
graaff 14/01/01 08:05:57
Modified: ChangeLog
Added: gtk-gnutella-1.0.1.ebuild
Log:
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.152 net-p2p/gtk-gnutella/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog?rev=1.152&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog?rev=1.152&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog?r1=1.151&r2=1.152
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog 24 Dec 2013 12:50:46 -0000 1.151
+++ ChangeLog 1 Jan 2014 08:05:57 -0000 1.152
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/gtk-gnutella
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.151 2013/12/24 12:50:46 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.152 2014/01/01 08:05:57 graaff Exp $
+
+*gtk-gnutella-1.0.1 (01 Jan 2014)
+
+ 01 Jan 2014; Hans de Graaff <graaff@gentoo.org> +gtk-gnutella-1.0.1.ebuild:
+ Version bump.
24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> gtk-gnutella-1.0.0.ebuild:
Stable for x86, wrt bug #489180
1.1 net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild?rev=1.1&content-type=text/plain
Index: gtk-gnutella-1.0.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild,v 1.1 2014/01/01 08:05:57 graaff Exp $
EAPI=5
inherit eutils
IUSE="nls dbus ssl +gtk"
DESCRIPTION="A GTK+ Gnutella client"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
HOMEPAGE="http://gtk-gnutella.sourceforge.net/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
RDEPEND="
dev-libs/glib:2
sys-libs/zlib
gtk? ( >=x11-libs/gtk+-2.2.1:2 )
dbus? ( >=sys-apps/dbus-0.35.2 )
ssl? ( >=net-libs/gnutls-2.2.5 )
nls? ( >=sys-devel/gettext-0.11.5 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
strip-linguas -i po
echo "# Gentoo-selected LINGUAS" > po/LINGUAS
for ling in ${LINGUAS}; do
echo $ling >> po/LINGUAS
done
# Already fixed upstream but not released yet. Included as requested
# by upstream.
# epatch "${FILESDIR}/${P}-bdf.patch"
# epatch "${FILESDIR}/${P}-gtkg-hostile.patch"
}
src_configure() {
# There is no option to turn off optimization through the build.sh
# script.
sed -i -e "s/Configure -Oder/Configure -Oder -Doptimize=none/" build.sh || die
# The build script does not support the equivalent --enable
# options so we must construct the configuration by hand.
local myconf
if ! use nls; then
myconf="${myconf} --disable-nls"
fi
if ! use dbus; then
myconf="${myconf} --disable-dbus"
fi
if ! use ssl; then
myconf="${myconf} --disable-gnutls"
fi
if use gtk; then
myconf="${myconf} --gtk2"
else
myconf="${myconf} --topless"
fi
./build.sh \
--configure-only \
--prefix="/usr" \
--cc=$(tc-getCC) \
${myconf}
}
src_install() {
dodir /usr/bin
emake INSTALL_PREFIX="${D}" install || die "Install failed"
dodoc AUTHORS ChangeLog README TODO
# Touch the symbols file into the future to avoid warnings from
# gtk-gnutella later on, since we will most likely strip the binary.
touch --date="next minute" "${D}/usr/lib/gtk-gnutella/gtk-gnutella.nm" || die
}
next reply other threads:[~2014-01-01 8:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-01 8:05 Hans de Graaff (graaff) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-04-22 18:36 [gentoo-commits] gentoo-x86 commit in net-p2p/gtk-gnutella: ChangeLog gtk-gnutella-1.0.1.ebuild Hans de Graaff (graaff)
2014-04-26 10:58 JosA MarAa Alonso (nimiux)
2015-01-01 15:20 Hans de Graaff (graaff)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140101080557.EFC3E2004C@flycatcher.gentoo.org \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox