From: "Markos Chandras (hwoarang)" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libupnp: libupnp-1.6.17.ebuild ChangeLog
Date: Sun, 17 Jun 2012 09:21:32 +0000 (UTC) [thread overview]
Message-ID: <20120617092132.8DFD02004B@flycatcher.gentoo.org> (raw)
hwoarang 12/06/17 09:21:32
Modified: ChangeLog
Added: libupnp-1.6.17.ebuild
Log:
Version bump. Bug #415655
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.28 net-libs/libupnp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 29 May 2012 15:14:46 -0000 1.27
+++ ChangeLog 17 Jun 2012 09:21:32 -0000 1.28
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/libupnp
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.27 2012/05/29 15:14:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.28 2012/06/17 09:21:32 hwoarang Exp $
+
+*libupnp-1.6.17 (17 Jun 2012)
+
+ 17 Jun 2012; Markos Chandras <hwoarang@gentoo.org> +libupnp-1.6.17.ebuild:
+ Version bump. Bug #415655
29 May 2012; Alexis Ballier <aballier@gentoo.org> libupnp-1.6.14.ebuild:
keyword ~amd64-fbsd
1.1 net-libs/libupnp/libupnp-1.6.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/libupnp-1.6.17.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/libupnp-1.6.17.ebuild?rev=1.1&content-type=text/plain
Index: libupnp-1.6.17.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/libupnp-1.6.17.ebuild,v 1.1 2012/06/17 09:21:32 hwoarang Exp $
EAPI="4"
WANT_AUTOMAKE=1.9
inherit eutils flag-o-matic autotools
DESCRIPTION="An Portable Open Source UPnP Development Kit"
HOMEPAGE="http://pupnp.sourceforge.net/"
SRC_URI="mirror://sourceforge/pupnp/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="debug doc ipv6 static-libs"
RDEPEND=""
DEPEND="${RDEPEND}"
DOCS="NEWS README ChangeLog"
src_prepare() {
sed -e '/AX_CFLAGS_GCC_OPTION/s:-Os::g' \
-i "${S}/configure.ac" || die
# fix tests
chmod +x ixml/test/test_document.sh || die
eautoreconf
}
src_configure() {
use x86-fbsd && append-flags -O1
# w/o docdir to avoid sandbox violations
econf \
$(use_enable debug) \
$(use_enable ipv6) \
$(use_enable static-libs static) \
$(use_with doc documentation "${EPREFIX}/usr/share/doc/${PF}")
}
src_install () {
default
dobin upnp/sample/.libs/tv_{combo,ctrlpt,device}
use static-libs || find "${ED}" -type f -name '*.la' -delete
}
pkg_postinst() {
ewarn "Please remember to run revdep-rebuild when upgrading"
ewarn "from libupnp 1.4.x to libupnp 1.6.x , so packages"
ewarn "gets linked with the new library."
ewarn ""
ewarn "The revdep-rebuild script is part of the"
ewarn "app-portage/gentoolkit package."
}
next reply other threads:[~2012-06-17 9:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-17 9:21 Markos Chandras (hwoarang) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-06-28 10:38 [gentoo-commits] gentoo-x86 commit in net-libs/libupnp: libupnp-1.6.17.ebuild ChangeLog Agostino Sarubbo (ago)
2012-09-19 13:51 Jeroen Roovers (jer)
2012-10-20 14:02 Sergey Popov (pinkbyte)
2012-12-07 21:33 Agostino Sarubbo (ago)
2012-12-09 17:42 Agostino Sarubbo (ago)
2012-12-29 9:10 Agostino Sarubbo (ago)
2012-12-30 14:28 Agostino Sarubbo (ago)
2013-01-01 8:24 Agostino Sarubbo (ago)
2013-01-30 18:59 Agostino Sarubbo (ago)
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=20120617092132.8DFD02004B@flycatcher.gentoo.org \
--to=hwoarang@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