Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/net6/
Date: Mon, 02 Apr 2018 10:21:51
Message-Id: 1522664394.f8080c327120f3f59e36e1d48329b68945fd412c.pacho@gentoo
1 commit: f8080c327120f3f59e36e1d48329b68945fd412c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 10:19:54 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 10:19:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8080c32
7
8 net-libs/net6: Drop old
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 net-libs/net6/net6-1.3.14-r1.ebuild | 39 -------------------------------------
13 net-libs/net6/net6-1.3.14.ebuild | 39 -------------------------------------
14 2 files changed, 78 deletions(-)
15
16 diff --git a/net-libs/net6/net6-1.3.14-r1.ebuild b/net-libs/net6/net6-1.3.14-r1.ebuild
17 deleted file mode 100644
18 index 40b0cdf5b73..00000000000
19 --- a/net-libs/net6/net6-1.3.14-r1.ebuild
20 +++ /dev/null
21 @@ -1,39 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit flag-o-matic multilib
27 -
28 -DESCRIPTION="Network access framework for IPv4/IPv6 written in C++"
29 -HOMEPAGE="http://gobby.0x539.de/"
30 -SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="LGPL-2.1"
33 -SLOT="0"
34 -KEYWORDS="amd64 ~arm hppa ppc x86"
35 -IUSE="nls static-libs"
36 -
37 -RDEPEND="dev-libs/libsigc++:2
38 - >=net-libs/gnutls-1.2.10"
39 -DEPEND="${RDEPEND}
40 - virtual/pkgconfig
41 - nls? ( sys-devel/gettext )"
42 -
43 -DOCS=( AUTHORS ChangeLog NEWS README )
44 -
45 -src_configure() {
46 - append-cxxflags -std=c++11
47 - econf $(use_enable nls) \
48 - $(use_enable static-libs static)
49 -}
50 -
51 -src_install() {
52 - default
53 - use static-libs || rm -f "${D}"/usr/$(get_libdir)/lib${PN}.la
54 -}
55 -
56 -pkg_postinst() {
57 - elog "Please note that because of the use of C++ templates"
58 - elog "Gobby 0.4 has to be recompiled against the new ${PN}"
59 - elog "to pick up the changes."
60 -}
61
62 diff --git a/net-libs/net6/net6-1.3.14.ebuild b/net-libs/net6/net6-1.3.14.ebuild
63 deleted file mode 100644
64 index 72d6085f692..00000000000
65 --- a/net-libs/net6/net6-1.3.14.ebuild
66 +++ /dev/null
67 @@ -1,39 +0,0 @@
68 -# Copyright 1999-2014 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=4
72 -
73 -inherit multilib
74 -
75 -DESCRIPTION="Network access framework for IPv4/IPv6 written in C++"
76 -HOMEPAGE="http://gobby.0x539.de/"
77 -SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
78 -
79 -LICENSE="LGPL-2.1"
80 -SLOT="0"
81 -KEYWORDS="amd64 ~arm hppa ppc x86"
82 -IUSE="nls static-libs"
83 -
84 -RDEPEND="dev-libs/libsigc++:2
85 - >=net-libs/gnutls-1.2.10"
86 -DEPEND="${RDEPEND}
87 - virtual/pkgconfig
88 - nls? ( sys-devel/gettext )"
89 -
90 -DOCS=( AUTHORS ChangeLog NEWS README )
91 -
92 -src_configure() {
93 - econf $(use_enable nls) \
94 - $(use_enable static-libs static)
95 -}
96 -
97 -src_install() {
98 - default
99 - use static-libs || rm -f "${D}"/usr/$(get_libdir)/lib${PN}.la
100 -}
101 -
102 -pkg_postinst() {
103 - elog "Please note that because of the use of C++ templates"
104 - elog "Gobby 0.4 has to be recompiled against the new ${PN}"
105 - elog "to pick up the changes."
106 -}