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: www-servers/pshs/
Date: Sun, 10 Jul 2016 07:49:15
Message-Id: 1468136794.0388cb38d44d177fd69c205037398114312cff29.mgorny@gentoo
1 commit: 0388cb38d44d177fd69c205037398114312cff29
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 10 07:36:52 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 10 07:46:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0388cb38
7
8 www-servers/pshs: Prune old
9
10 www-servers/pshs/Manifest | 1 -
11 www-servers/pshs/pshs-0.2.6.ebuild | 39 --------------------------------------
12 www-servers/pshs/pshs-0.3.ebuild | 37 ------------------------------------
13 3 files changed, 77 deletions(-)
14
15 diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
16 index 83f18e6..d04f9aa 100644
17 --- a/www-servers/pshs/Manifest
18 +++ b/www-servers/pshs/Manifest
19 @@ -1,2 +1 @@
20 -DIST pshs-0.2.6.tar.bz2 82150 SHA256 8f3cf95e82de21ae6ffee1b50a1517ef5a63475a70bc2f01af124b6ea52e1459 SHA512 d61addeb3ff1b347d333f0a625ff11c99ae8d2b6d47f980e2983847b85cdc0ac827bdc5a6f9044030016df4104b00a63eebc491b01e630f4f242154d064ec1d6 WHIRLPOOL b11a7c2533895c9a9006562fb87018462498346c7ddb748804ca84891a2bdc643de27e30ff041169d5782b52199375675933222f3aa01cb2e92f5c0e555382c4
21 DIST pshs-0.3.tar.bz2 81622 SHA256 c3c4d2abc7f3ee9ef80eff2dd4811d542ab5b4b229e3a0615c50ae2a530d7e63 SHA512 17dd21603ea36ecbe69923a2c476f6f41fea026b654a9d4819132047bad67f60a797cd0008afc85ab27ed3538681cfe8d79f9f33fc60823fd425337138723d45 WHIRLPOOL 515e551f41aee68729594f00bad4a9b48974103897d3e9a31e9ac77fe5dec62284cedac78759513b198d3638c3529842e517a903ee09b1aabb265dce6eeb92d2
22
23 diff --git a/www-servers/pshs/pshs-0.2.6.ebuild b/www-servers/pshs/pshs-0.2.6.ebuild
24 deleted file mode 100644
25 index 32e3cd1..0000000
26 --- a/www-servers/pshs/pshs-0.2.6.ebuild
27 +++ /dev/null
28 @@ -1,39 +0,0 @@
29 -# Copyright 1999-2015 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -# $Id$
32 -
33 -EAPI=5
34 -
35 -inherit autotools-utils
36 -
37 -DESCRIPTION="Pretty small HTTP server - a command-line tool to share files"
38 -HOMEPAGE="https://bitbucket.org/mgorny/pshs/"
39 -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
40 -
41 -LICENSE="BSD"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE="+magic +netlink qrcode ssl upnp"
45 -
46 -RDEPEND=">=dev-libs/libevent-2:0=
47 - magic? ( sys-apps/file:0= )
48 - qrcode? ( media-gfx/qrencode:0= )
49 - ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
50 - dev-libs/openssl:0= )
51 - upnp? ( net-libs/miniupnpc:0= )"
52 -DEPEND="${RDEPEND}
53 - netlink? ( sys-apps/iproute2
54 - >=sys-kernel/linux-headers-2.6.27 )"
55 -# libnetlink is static only ATM
56 -
57 -src_configure() {
58 - myeconfargs=(
59 - $(use_enable magic libmagic)
60 - $(use_enable netlink)
61 - $(use_enable qrcode qrencode)
62 - $(use_enable ssl)
63 - $(use_enable upnp)
64 - )
65 -
66 - autotools-utils_src_configure
67 -}
68
69 diff --git a/www-servers/pshs/pshs-0.3.ebuild b/www-servers/pshs/pshs-0.3.ebuild
70 deleted file mode 100644
71 index d195a4c..0000000
72 --- a/www-servers/pshs/pshs-0.3.ebuild
73 +++ /dev/null
74 @@ -1,37 +0,0 @@
75 -# Copyright 1999-2015 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -# $Id$
78 -
79 -EAPI=5
80 -
81 -DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
82 -HOMEPAGE="https://bitbucket.org/mgorny/pshs/"
83 -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
84 -
85 -LICENSE="BSD"
86 -SLOT="0"
87 -KEYWORDS="~amd64 ~x86"
88 -IUSE="+magic +netlink qrcode ssl upnp"
89 -
90 -RDEPEND=">=dev-libs/libevent-2:0=
91 - magic? ( sys-apps/file:0= )
92 - qrcode? ( media-gfx/qrencode:0= )
93 - ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
94 - dev-libs/openssl:0= )
95 - upnp? ( net-libs/miniupnpc:0= )"
96 -DEPEND="${RDEPEND}
97 - netlink? ( sys-apps/iproute2
98 - >=sys-kernel/linux-headers-2.6.27 )"
99 -# libnetlink is static only ATM
100 -
101 -src_configure() {
102 - local myconf=(
103 - $(use_enable magic libmagic)
104 - $(use_enable netlink)
105 - $(use_enable qrcode qrencode)
106 - $(use_enable ssl)
107 - $(use_enable upnp)
108 - )
109 -
110 - econf "${myconf[@]}"
111 -}