* [gentoo-commits] gentoo-x86 commit in net-libs/miniupnpc: ChangeLog miniupnpc-1.4.20101209.ebuild
@ 2010-12-20 13:54 Peter Volkov (pva)
0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2010-12-20 13:54 UTC (permalink / raw
To: gentoo-commits
pva 10/12/20 13:54:45
Modified: ChangeLog
Added: miniupnpc-1.4.20101209.ebuild
Log:
Version bump, thank Nikoli for this job.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Revision Changes Path
1.4 net-libs/miniupnpc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/miniupnpc/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/miniupnpc/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/miniupnpc/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/miniupnpc/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 22 Oct 2010 11:19:43 -0000 1.3
+++ ChangeLog 20 Dec 2010 13:54:45 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/miniupnpc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/miniupnpc/ChangeLog,v 1.3 2010/10/22 11:19:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/miniupnpc/ChangeLog,v 1.4 2010/12/20 13:54:45 pva Exp $
+
+*miniupnpc-1.4.20101209 (20 Dec 2010)
+
+ 20 Dec 2010; Peter Volkov <pva@gentoo.org> +miniupnpc-1.4.20101209.ebuild:
+ Version bump, thank Nikoli for this job.
22 Oct 2010; Michał Górny <mgorny@gentoo.org> metadata.xml:
Adding myself as a co-maintainer.
1.1 net-libs/miniupnpc/miniupnpc-1.4.20101209.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/miniupnpc/miniupnpc-1.4.20101209.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/miniupnpc/miniupnpc-1.4.20101209.ebuild?rev=1.1&content-type=text/plain
Index: miniupnpc-1.4.20101209.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/miniupnpc/miniupnpc-1.4.20101209.ebuild,v 1.1 2010/12/20 13:54:45 pva Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
PYTHON_DEPEND="python? 2"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils eutils toolchain-funcs
DESCRIPTION="UPnP client library and a simple UPnP client"
HOMEPAGE="http://miniupnp.free.fr/"
SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="python static-libs"
DEPEND="sys-apps/lsb-release"
RDEPEND=""
src_prepare() {
sed \
-e 's/^CFLAGS ?= -O -Wall /CFLAGS += /' \
-i Makefile || die
if use !static-libs; then
sed \
-e '/FILESTOINSTALL =/s/ $(LIBRARY)//' \
-e '/$(INSTALL) -m 644 $(LIBRARY) $(INSTALLDIRLIB)/d' \
-i Makefile || die
fi
use python && distutils_src_prepare
}
src_compile() {
emake CC=$(tc-getCC) || die
use python && distutils_src_compile
}
src_install() {
emake \
PREFIX="${D}" \
INSTALLDIRLIB="${D}usr/$(get_libdir)" \
install || die
dodoc README Changelog.txt || die
doman man3/* || die
use python && distutils_src_install
}
pkg_postinst() {
use python && distutils_pkg_postinst
}
pkg_postrm() {
use python && distutils_pkg_postrm
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-20 13:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-20 13:54 [gentoo-commits] gentoo-x86 commit in net-libs/miniupnpc: ChangeLog miniupnpc-1.4.20101209.ebuild Peter Volkov (pva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox