From: Stefan Schweizer Date: Tue, 27 Feb 2007 00:58:46 +0000 (+0000) Subject: version bump and tests fix thanks weeve X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=47f52bb3619f0ebae0988b6640f60435ade10f2a;p=gentoo.git version bump and tests fix thanks weeve Package-Manager: portage-2.1.2-r9 --- diff --git a/net-misc/libupnp/ChangeLog b/net-misc/libupnp/ChangeLog index 89919621697a..ff4672359271 100644 --- a/net-misc/libupnp/ChangeLog +++ b/net-misc/libupnp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/libupnp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/libupnp/ChangeLog,v 1.3 2007/02/10 18:17:49 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/libupnp/ChangeLog,v 1.4 2007/02/27 00:58:46 genstef Exp $ + +*libupnp-1.4.2 (27 Feb 2007) + + 27 Feb 2007; -libupnp-1.4.1.ebuild, + +libupnp-1.4.2.ebuild: + version bump and tests fix thanks weeve 10 Feb 2007; -files/libupnp-1.4.0-va_list.patch, -libupnp-1.4.0.ebuild, libupnp-1.4.1.ebuild: diff --git a/net-misc/libupnp/files/digest-libupnp-1.4.1 b/net-misc/libupnp/files/digest-libupnp-1.4.1 deleted file mode 100644 index f1e1732fcde7..000000000000 --- a/net-misc/libupnp/files/digest-libupnp-1.4.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f3b55c24ff77ee6789d758ec1634d5e7 libupnp-1.4.1.tar.gz 1289149 -RMD160 56f406160d030d5452710755bfd1b1ec606de3b3 libupnp-1.4.1.tar.gz 1289149 -SHA256 0c549192c00f5a494032a370ff1cc84f66b752cd756a0d7ba707ee4332137a8a libupnp-1.4.1.tar.gz 1289149 diff --git a/net-misc/libupnp/files/digest-libupnp-1.4.2 b/net-misc/libupnp/files/digest-libupnp-1.4.2 new file mode 100644 index 000000000000..f689d70542fc --- /dev/null +++ b/net-misc/libupnp/files/digest-libupnp-1.4.2 @@ -0,0 +1,3 @@ +MD5 6f760cf67132a5aab8b7dfa56456fd42 libupnp-1.4.2.tar.bz2 1096797 +RMD160 ac5a0b32a0a7b71fa676723f9cb7a5bdc95ecba9 libupnp-1.4.2.tar.bz2 1096797 +SHA256 ef2097c348edfab6e406fe48d37afc576136807cd91ed968116549f5d36f2d93 libupnp-1.4.2.tar.bz2 1096797 diff --git a/net-misc/libupnp/libupnp-1.4.1.ebuild b/net-misc/libupnp/libupnp-1.4.2.ebuild similarity index 83% rename from net-misc/libupnp/libupnp-1.4.1.ebuild rename to net-misc/libupnp/libupnp-1.4.2.ebuild index 3696e65a6b4f..bc5b96b46a1f 100644 --- a/net-misc/libupnp/libupnp-1.4.1.ebuild +++ b/net-misc/libupnp/libupnp-1.4.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/libupnp/libupnp-1.4.1.ebuild,v 1.2 2007/02/10 18:17:49 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/libupnp/libupnp-1.4.2.ebuild,v 1.1 2007/02/27 00:58:46 genstef Exp $ inherit eutils toolchain-funcs DESCRIPTION="An Portable Open Source UPnP Development Kit" HOMEPAGE="http://pupnp.sourceforge.net/" -SRC_URI="mirror://sourceforge/pupnp/${P}.tar.gz" +SRC_URI="mirror://sourceforge/pupnp/${P}.tar.bz2" LICENSE="BSD" SLOT="0" @@ -22,6 +22,9 @@ src_compile() { --without-docdir \ || die "econf failed" emake || die "emake failed" + + # fix tests + chmod +x ixml/test/test_document.sh } src_install () {