Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/autoupnp/
Date: Tue, 02 Jan 2018 06:19:16
Message-Id: 1514873933.e694d632d3ebd0fac0a704e9fbf71986d88b0013.mgorny@gentoo
1 commit: e694d632d3ebd0fac0a704e9fbf71986d88b0013
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 22:09:19 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 06:18:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e694d632
7
8 net-misc/autoupnp: Clean old up
9
10 net-misc/autoupnp/Manifest | 1 -
11 net-misc/autoupnp/autoupnp-0.4.6.ebuild | 32 --------------------------------
12 2 files changed, 33 deletions(-)
13
14 diff --git a/net-misc/autoupnp/Manifest b/net-misc/autoupnp/Manifest
15 index b358d0c80ac..6d27e598d7a 100644
16 --- a/net-misc/autoupnp/Manifest
17 +++ b/net-misc/autoupnp/Manifest
18 @@ -1,2 +1 @@
19 -DIST autoupnp-0.4.6.tar.bz2 240257 BLAKE2B 964f1c9fb7c07b7577a769064b3bb51a4edc6d5f924dafcc8d1882dfd9fe655eaabf9184a230c185dadc157613084c6fa8da03dc3b8591a93ae77f11c9606f9f SHA512 570ae76d940879a375e9336cb62cce8b2e007c57df6cbebee5878cf6a71d1fe5853218166ba0ee794586fa20a7c62b158aae9242b30880f6fe110c9bb1502ba1
20 DIST autoupnp-0.4.7.tar.bz2 264916 BLAKE2B 3542c577a32f5ba3a8ea60c6f2ebb3d5cea76fa440d281e6895c246252d3ba70720aaafa4d843f06a23f1b022942cddb2a0b37b41eff91919db55fbbd87f28b5 SHA512 2c6bb3421fecbffea2a63ea1e930b7c789459d4626a0f281abe0e9bb62e5efc772475d4bf0c9f13fe2e9e13417940c6eb17408e6aae28bc24a4fc2e16d4dc8de
21
22 diff --git a/net-misc/autoupnp/autoupnp-0.4.6.ebuild b/net-misc/autoupnp/autoupnp-0.4.6.ebuild
23 deleted file mode 100644
24 index e28dde82643..00000000000
25 --- a/net-misc/autoupnp/autoupnp-0.4.6.ebuild
26 +++ /dev/null
27 @@ -1,32 +0,0 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=4
32 -
33 -inherit autotools-utils eutils
34 -
35 -DESCRIPTION="Automatic open port forwarder using UPnP"
36 -HOMEPAGE="https://bitbucket.org/mgorny/autoupnp/"
37 -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/${P}.tar.bz2"
38 -
39 -LICENSE="BSD"
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~x86"
42 -IUSE="libnotify"
43 -
44 -RDEPEND="net-libs/miniupnpc
45 - libnotify? ( x11-libs/libtinynotify )"
46 -DEPEND="${RDEPEND}"
47 -
48 -src_configure() {
49 - myeconfargs=(
50 - $(use_with libnotify)
51 - )
52 -
53 - autotools-utils_src_configure
54 -}
55 -
56 -src_install() {
57 - autotools-utils_src_install
58 - prune_libtool_files --all
59 -}