]> Pileus Git - ~andy/sunrise/commitdiff
net-misc/autoupnp: Version bump.
authorMichał Górny <mgorny@gentoo.org>
Wed, 18 Aug 2010 17:10:11 +0000 (17:10 +0000)
committerMichał Górny <mgorny@gentoo.org>
Wed, 18 Aug 2010 17:10:11 +0000 (17:10 +0000)
(Portage version: 2.2_rc67_p380/git/Linux x86_64, unsigned Manifest commit)

svn path=/sunrise/; revision=11184

net-misc/autoupnp/ChangeLog
net-misc/autoupnp/Manifest
net-misc/autoupnp/autoupnp-0.4.2.ebuild [moved from net-misc/autoupnp/autoupnp-0.4.1.ebuild with 89% similarity]

index 51a6c69bdd2fceb0bc08e24df782cced04c234d9..876a3066e518a90b0b1d3494d568c9fa00bcbb9a 100644 (file)
@@ -2,6 +2,12 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*autoupnp-0.4.2 (18 Aug 2010)
+
+  18 Aug 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
+  -autoupnp-0.4.1.ebuild, +autoupnp-0.4.2.ebuild:
+  Version bump.
+
 *autoupnp-0.4.1 (17 Aug 2010)
 
   17 Aug 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
index e34bb62a038996203874a02b6561d44f7ae094fb..8f817e422356a0a50e130c79c7e380ea4327b4b4 100644 (file)
@@ -1,4 +1,4 @@
-DIST autoupnp-0.4.1.tar.bz2 6308 RMD160 ccc414a6e104c54affccfb653a80b79e8efd3b13 SHA1 aa1d5d7e1dbbc077bdf27ae659b944475b1b481d SHA256 e7368c719a8d1b31b0319ea5f1aee4fe8f1730f9ba9a1d0fa936aa425674ae4d
-EBUILD autoupnp-0.4.1.ebuild 917 RMD160 15356675131d9ca985fbc4c9a7fa35f8adc344c2 SHA1 0116db2ad8644736714d71af7d79017f50189cb0 SHA256 77bef5b8867eb70702f4f58d4ebc32f477de5bab2ca90b7f16295cdc6c4f40df
-MISC ChangeLog 690 RMD160 625c5ac9d3608e509bab8749707d634446270ecd SHA1 fde11d556cf87c52f482a39659407811916f0698 SHA256 51daf1eb6f23311774595183dbb8aa1cefd32f72bb796d8415b06771cd55e31f
+DIST autoupnp-0.4.2.tar.bz2 7968 RMD160 7a0d779549f9e4066662ff4f53c8109087504545 SHA1 0ce93b4aab8be88b8386726ac50c3e861fdbceff SHA256 2bc5c45c14e258380fa09a938c8cb1527abd41e1bc643ca62ec7a1283be9115e
+EBUILD autoupnp-0.4.2.ebuild 924 RMD160 2463ad15b685e901b1f004d01375365e9607d69b SHA1 3b86b53f10737a6ebef440fbfca1620fa971076a SHA256 fcd86a07229ba317b62ed85bce2be32b9fc73a9c91310446a53cb9f1b4ff4b18
+MISC ChangeLog 852 RMD160 14b13f921fe9f0a3fa22e0de1009cd49ac2053e8 SHA1 3b051b3e2abb438e37fbc8f84c5948a801eabf6f SHA256 3bec8178ac721ecc97d39667cc0b30a3b1a93dbf66f95ab29ef90af5a80014e7
 MISC metadata.xml 231 RMD160 6aebfea93d789d2b96ea6d8259dc842dd1fdacd3 SHA1 e10a04c4c18a66af326abc1f40c61b28cc610fae SHA256 48054ea190d00518c1e035fc6663b2368854cdea5ff69a94830e4f9a38260987
similarity index 89%
rename from net-misc/autoupnp/autoupnp-0.4.1.ebuild
rename to net-misc/autoupnp/autoupnp-0.4.2.ebuild
index 09a27e7f84b5275df1d0ac76642e7057e98d02ed..56de02f9d40381ab721a9460561cd5e6d496d1e0 100644 (file)
@@ -32,6 +32,6 @@ src_install() {
 pkg_postinst() {
        elog "Please notice that AutoUPnP was rewritten in the form of a C LD_PRELOAD"
        elog "library, and thus it has to be enabled for a particular program to have"
-       elog "its ports redirected. For more information, please call:"
-       elog "  $ autoupnp --help"
+       elog "its ports redirected. To enable it for the current user, call:"
+       elog "  $ autoupnp install"
 }