Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/autoupnp: metadata.xml autoupnp-0.4.6.ebuild ChangeLog
Date: Fri, 31 Aug 2012 08:57:06
Message-Id: 20120831085647.3A9FA20D5C@flycatcher.gentoo.org
1 mgorny 12/08/31 08:56:47
2
3 Modified: metadata.xml autoupnp-0.4.6.ebuild ChangeLog
4 Log:
5 Sync to the live ebuild, use prune_libtool_files().
6
7 (Portage version: 2.2.0_alpha120_p33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-misc/autoupnp/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/autoupnp/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/autoupnp/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/autoupnp/metadata.xml?r1=1.2&r2=1.3
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/autoupnp/metadata.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- metadata.xml 24 Sep 2011 10:09:51 -0000 1.2
23 +++ metadata.xml 31 Aug 2012 08:56:47 -0000 1.3
24 @@ -10,6 +10,6 @@
25 <email>mgorny@g.o</email>
26 <name>Michał Górny</name>
27 </maintainer>
28 - <bugs-to>http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&amp;component=Applications&amp;short_desc=net-misc/autoupnp:%20</bugs-to>
29 + <bugs-to>https://bitbucket.org/mgorny/autoupnp/issues/</bugs-to>
30 </upstream>
31 </pkgmetadata>
32
33
34
35 1.3 net-misc/autoupnp/autoupnp-0.4.6.ebuild
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/autoupnp/autoupnp-0.4.6.ebuild?rev=1.3&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/autoupnp/autoupnp-0.4.6.ebuild?rev=1.3&content-type=text/plain
39 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/autoupnp/autoupnp-0.4.6.ebuild?r1=1.2&r2=1.3
40
41 Index: autoupnp-0.4.6.ebuild
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/net-misc/autoupnp/autoupnp-0.4.6.ebuild,v
44 retrieving revision 1.2
45 retrieving revision 1.3
46 diff -u -r1.2 -r1.3
47 --- autoupnp-0.4.6.ebuild 23 Apr 2012 17:32:43 -0000 1.2
48 +++ autoupnp-0.4.6.ebuild 31 Aug 2012 08:56:47 -0000 1.3
49 @@ -1,13 +1,14 @@
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 -# $Header: /var/cvsroot/gentoo-x86/net-misc/autoupnp/autoupnp-0.4.6.ebuild,v 1.2 2012/04/23 17:32:43 mgorny Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/net-misc/autoupnp/autoupnp-0.4.6.ebuild,v 1.3 2012/08/31 08:56:47 mgorny Exp $
54
55 EAPI=4
56 -inherit autotools-utils
57 +
58 +inherit autotools-utils eutils
59
60 DESCRIPTION="Automatic open port forwarder using UPnP"
61 -HOMEPAGE="https://github.com/mgorny/autoupnp/"
62 -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
63 +HOMEPAGE="https://bitbucket.org/mgorny/autoupnp/"
64 +SRC_URI="mirror://bitbucket/mgorny/${PN}/${P}.tar.bz2"
65
66 LICENSE="BSD"
67 SLOT="0"
68 @@ -18,8 +19,6 @@
69 libnotify? ( x11-libs/libtinynotify )"
70 DEPEND="${RDEPEND}"
71
72 -DOCS=( NEWS README )
73 -
74 src_configure() {
75 myeconfargs=(
76 $(use_with libnotify)
77 @@ -30,5 +29,5 @@
78
79 src_install() {
80 autotools-utils_src_install
81 - remove_libtool_files all
82 + prune_libtool_files --all
83 }
84
85
86
87 1.4 net-misc/autoupnp/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/autoupnp/ChangeLog?rev=1.4&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/autoupnp/ChangeLog?rev=1.4&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/autoupnp/ChangeLog?r1=1.3&r2=1.4
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/net-misc/autoupnp/ChangeLog,v
96 retrieving revision 1.3
97 retrieving revision 1.4
98 diff -u -r1.3 -r1.4
99 --- ChangeLog 23 Apr 2012 17:32:43 -0000 1.3
100 +++ ChangeLog 31 Aug 2012 08:56:47 -0000 1.4
101 @@ -1,6 +1,10 @@
102 # ChangeLog for net-misc/autoupnp
103 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/net-misc/autoupnp/ChangeLog,v 1.3 2012/04/23 17:32:43 mgorny Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/net-misc/autoupnp/ChangeLog,v 1.4 2012/08/31 08:56:47 mgorny Exp $
106 +
107 + 31 Aug 2012; Michał Górny <mgorny@g.o> autoupnp-0.4.6.ebuild,
108 + metadata.xml:
109 + Sync to the live ebuild, use prune_libtool_files().
110
111 23 Apr 2012; Michał Górny <mgorny@g.o> autoupnp-0.4.6.ebuild:
112 Use mirror:// in SRC_URI.
113 @@ -18,4 +22,3 @@
114 +metadata.xml:
115 Introduce an ebuild for autoupnp, automatic UPnP port forwarder (bug
116 #322057).
117 -