Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libosinfo/
Date: Sun, 10 Sep 2017 10:13:34
Message-Id: 1505038400.bbafa9e28777ba9718d7b525c4e346f58e50b5ed.eva@gentoo
1 commit: bbafa9e28777ba9718d7b525c4e346f58e50b5ed
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 9 08:57:36 2017 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 10 10:13:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbafa9e2
7
8 sys-libs/libosinfo: drop old revisions
9
10 Closes: https://bugs.gentoo.org/show_bug.cgi?id=602204
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 sys-libs/libosinfo/Manifest | 1 -
14 sys-libs/libosinfo/libosinfo-0.3.1.ebuild | 49 -------------------------------
15 sys-libs/libosinfo/libosinfo-1.0.0.ebuild | 49 -------------------------------
16 3 files changed, 99 deletions(-)
17
18 diff --git a/sys-libs/libosinfo/Manifest b/sys-libs/libosinfo/Manifest
19 index 95e1ab88134..95d9377c4ee 100644
20 --- a/sys-libs/libosinfo/Manifest
21 +++ b/sys-libs/libosinfo/Manifest
22 @@ -1,2 +1 @@
23 -DIST libosinfo-0.3.1.tar.gz 1839185 SHA256 50b272943d68b77d5259f72be860acfd048126bc27e7aa9c2f9c77a7eacf3894 SHA512 41f42654c89f9573dade40814a9dca5eca28bbf093ad35f63dc72d443b6e8c066feb9c848d0ff167ad2f3fd72499d49fbdde36f8ea063bfce40dece6d5ffff3e WHIRLPOOL 83662ba7b7887483380cc1915a29fea60ad7fde39a8227600d59b074034a80019e6616c0dca316b79f06043488ae0d39c6834901320be478b8658c49cf46ea6f
24 DIST libosinfo-1.0.0.tar.gz 896212 SHA256 f7b425ecde5197d200820eb44401c5033771a5d114bd6390230de768aad0396b SHA512 962b68b2f6639c70b1ab7377475bbddc99a056075e18d1f281e65188eb8a704b932e7ed26362a36ae805d53137e99b0f8303d18a5a1d7b840fad15eb188ab7d0 WHIRLPOOL b141f420db8f17ff3c904c2f9b0b2cb37d895813a0654e72d667e4d4a4543d607cfe52e10fdc385c1f80e2dadea96700d5c94968e0dfee0d60f14001a712912e
25
26 diff --git a/sys-libs/libosinfo/libosinfo-0.3.1.ebuild b/sys-libs/libosinfo/libosinfo-0.3.1.ebuild
27 deleted file mode 100644
28 index 9e9fb423aac..00000000000
29 --- a/sys-libs/libosinfo/libosinfo-0.3.1.ebuild
30 +++ /dev/null
31 @@ -1,49 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -VALA_USE_DEPEND="vapigen"
37 -
38 -inherit gnome2 udev vala
39 -
40 -DESCRIPTION="GObject library for managing information about real and virtual OSes"
41 -HOMEPAGE="http://libosinfo.org/"
42 -SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2 LGPL-2.1"
45 -SLOT="0"
46 -
47 -IUSE="+introspection +vala test"
48 -REQUIRED_USE="vala? ( introspection )"
49 -
50 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
51 -
52 -RDEPEND="
53 - >=dev-libs/glib-2.36.0:2
54 - >=dev-libs/libxslt-1.0.0:=
55 - dev-libs/libxml2:=
56 - >=net-libs/libsoup-2.42:2.4
57 - sys-apps/hwids
58 - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
59 -"
60 -DEPEND="${RDEPEND}
61 - dev-libs/gobject-introspection-common
62 - >=dev-util/gtk-doc-am-1.10
63 - virtual/pkgconfig
64 - test? ( dev-libs/check )
65 - vala? ( $(vala_depend) )
66 -"
67 -
68 -src_prepare() {
69 - gnome2_src_prepare
70 - use vala && vala_src_prepare
71 -}
72 -
73 -src_configure() {
74 - gnome2_src_configure \
75 - --disable-static \
76 - $(use_enable test tests) \
77 - $(use_enable introspection) \
78 - $(use_enable vala) \
79 - --disable-coverage
80 -}
81
82 diff --git a/sys-libs/libosinfo/libosinfo-1.0.0.ebuild b/sys-libs/libosinfo/libosinfo-1.0.0.ebuild
83 deleted file mode 100644
84 index 69b635210e6..00000000000
85 --- a/sys-libs/libosinfo/libosinfo-1.0.0.ebuild
86 +++ /dev/null
87 @@ -1,49 +0,0 @@
88 -# Copyright 1999-2016 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=6
92 -VALA_USE_DEPEND="vapigen"
93 -
94 -inherit gnome2 udev vala
95 -
96 -DESCRIPTION="GObject library for managing information about real and virtual OSes"
97 -HOMEPAGE="http://libosinfo.org/"
98 -SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz"
99 -
100 -LICENSE="GPL-2 LGPL-2.1"
101 -SLOT="0"
102 -
103 -IUSE="+introspection +vala test"
104 -REQUIRED_USE="vala? ( introspection )"
105 -
106 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
107 -
108 -RDEPEND="
109 - >=dev-libs/glib-2.36.0:2
110 - >=dev-libs/libxslt-1.0.0:=
111 - dev-libs/libxml2:=
112 - >=net-libs/libsoup-2.42:2.4
113 - sys-apps/hwids
114 - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
115 -"
116 -DEPEND="${RDEPEND}
117 - dev-libs/gobject-introspection-common
118 - >=dev-util/gtk-doc-am-1.10
119 - virtual/pkgconfig
120 - test? ( dev-libs/check )
121 - vala? ( $(vala_depend) )
122 -"
123 -
124 -src_prepare() {
125 - gnome2_src_prepare
126 - use vala && vala_src_prepare
127 -}
128 -
129 -src_configure() {
130 - gnome2_src_configure \
131 - --disable-static \
132 - $(use_enable test tests) \
133 - $(use_enable introspection) \
134 - $(use_enable vala) \
135 - --disable-coverage
136 -}