* [gentoo-commits] gentoo-x86 commit in net-misc/autoupnp: ChangeLog autoupnp-0.4.6.ebuild autoupnp-0.4.5.ebuild
@ 2011-09-15 10:42 Michal Gorny (mgorny)
0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2011-09-15 10:42 UTC (permalink / raw
To: gentoo-commits
mgorny 11/09/15 10:42:23
Modified: ChangeLog
Added: autoupnp-0.4.6.ebuild
Removed: autoupnp-0.4.5.ebuild
Log:
Version bump. The new version fixes pthread optionality and uses libtinynotify.
(Portage version: 2.2.0_alpha55_p39/cvs/Linux x86_64)
Revision Changes Path
1.2 net-misc/autoupnp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/autoupnp/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/autoupnp/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/autoupnp/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/autoupnp/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 27 Jul 2011 20:08:52 -0000 1.1
+++ ChangeLog 15 Sep 2011 10:42:23 -0000 1.2
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/autoupnp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autoupnp/ChangeLog,v 1.1 2011/07/27 20:08:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autoupnp/ChangeLog,v 1.2 2011/09/15 10:42:23 mgorny Exp $
+
+*autoupnp-0.4.6 (15 Sep 2011)
+
+ 15 Sep 2011; Michał Górny <mgorny@gentoo.org> -autoupnp-0.4.5.ebuild,
+ +autoupnp-0.4.6.ebuild:
+ Version bump. The new version fixes pthread optionality and uses
+ libtinynotify.
*autoupnp-0.4.5 (27 Jul 2011)
1.1 net-misc/autoupnp/autoupnp-0.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/autoupnp/autoupnp-0.4.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/autoupnp/autoupnp-0.4.6.ebuild?rev=1.1&content-type=text/plain
Index: autoupnp-0.4.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/autoupnp/autoupnp-0.4.6.ebuild,v 1.1 2011/09/15 10:42:23 mgorny Exp $
EAPI=4
inherit autotools-utils
DESCRIPTION="Automatic open port forwarder using UPnP"
HOMEPAGE="https://github.com/mgorny/autoupnp/"
SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="libnotify"
RDEPEND="net-libs/miniupnpc
libnotify? ( x11-libs/libtinynotify )"
DEPEND="${RDEPEND}"
DOCS=( NEWS README )
src_configure() {
myeconfargs=(
$(use_with libnotify)
)
autotools-utils_src_configure
}
src_install() {
autotools-utils_src_install
remove_libtool_files all
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-15 10:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15 10:42 [gentoo-commits] gentoo-x86 commit in net-misc/autoupnp: ChangeLog autoupnp-0.4.6.ebuild autoupnp-0.4.5.ebuild Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox