public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libosinfo/
Date: Sun, 10 Sep 2017 10:13:30 +0000 (UTC)	[thread overview]
Message-ID: <1505038400.bbafa9e28777ba9718d7b525c4e346f58e50b5ed.eva@gentoo> (raw)

commit:     bbafa9e28777ba9718d7b525c4e346f58e50b5ed
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 08:57:36 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 10:13:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbafa9e2

sys-libs/libosinfo: drop old revisions

Closes: https://bugs.gentoo.org/show_bug.cgi?id=602204
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-libs/libosinfo/Manifest               |  1 -
 sys-libs/libosinfo/libosinfo-0.3.1.ebuild | 49 -------------------------------
 sys-libs/libosinfo/libosinfo-1.0.0.ebuild | 49 -------------------------------
 3 files changed, 99 deletions(-)

diff --git a/sys-libs/libosinfo/Manifest b/sys-libs/libosinfo/Manifest
index 95e1ab88134..95d9377c4ee 100644
--- a/sys-libs/libosinfo/Manifest
+++ b/sys-libs/libosinfo/Manifest
@@ -1,2 +1 @@
-DIST libosinfo-0.3.1.tar.gz 1839185 SHA256 50b272943d68b77d5259f72be860acfd048126bc27e7aa9c2f9c77a7eacf3894 SHA512 41f42654c89f9573dade40814a9dca5eca28bbf093ad35f63dc72d443b6e8c066feb9c848d0ff167ad2f3fd72499d49fbdde36f8ea063bfce40dece6d5ffff3e WHIRLPOOL 83662ba7b7887483380cc1915a29fea60ad7fde39a8227600d59b074034a80019e6616c0dca316b79f06043488ae0d39c6834901320be478b8658c49cf46ea6f
 DIST libosinfo-1.0.0.tar.gz 896212 SHA256 f7b425ecde5197d200820eb44401c5033771a5d114bd6390230de768aad0396b SHA512 962b68b2f6639c70b1ab7377475bbddc99a056075e18d1f281e65188eb8a704b932e7ed26362a36ae805d53137e99b0f8303d18a5a1d7b840fad15eb188ab7d0 WHIRLPOOL b141f420db8f17ff3c904c2f9b0b2cb37d895813a0654e72d667e4d4a4543d607cfe52e10fdc385c1f80e2dadea96700d5c94968e0dfee0d60f14001a712912e

diff --git a/sys-libs/libosinfo/libosinfo-0.3.1.ebuild b/sys-libs/libosinfo/libosinfo-0.3.1.ebuild
deleted file mode 100644
index 9e9fb423aac..00000000000
--- a/sys-libs/libosinfo/libosinfo-0.3.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 udev vala
-
-DESCRIPTION="GObject library for managing information about real and virtual OSes"
-HOMEPAGE="http://libosinfo.org/"
-SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-
-IUSE="+introspection +vala test"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-	>=dev-libs/glib-2.36.0:2
-	>=dev-libs/libxslt-1.0.0:=
-	dev-libs/libxml2:=
-	>=net-libs/libsoup-2.42:2.4
-	sys-apps/hwids
-	introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-"
-DEPEND="${RDEPEND}
-	dev-libs/gobject-introspection-common
-	>=dev-util/gtk-doc-am-1.10
-	virtual/pkgconfig
-	test? ( dev-libs/check )
-	vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-	gnome2_src_prepare
-	use vala && vala_src_prepare
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-static \
-		$(use_enable test tests) \
-		$(use_enable introspection) \
-		$(use_enable vala) \
-		--disable-coverage
-}

diff --git a/sys-libs/libosinfo/libosinfo-1.0.0.ebuild b/sys-libs/libosinfo/libosinfo-1.0.0.ebuild
deleted file mode 100644
index 69b635210e6..00000000000
--- a/sys-libs/libosinfo/libosinfo-1.0.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 udev vala
-
-DESCRIPTION="GObject library for managing information about real and virtual OSes"
-HOMEPAGE="http://libosinfo.org/"
-SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-
-IUSE="+introspection +vala test"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
-	>=dev-libs/glib-2.36.0:2
-	>=dev-libs/libxslt-1.0.0:=
-	dev-libs/libxml2:=
-	>=net-libs/libsoup-2.42:2.4
-	sys-apps/hwids
-	introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-"
-DEPEND="${RDEPEND}
-	dev-libs/gobject-introspection-common
-	>=dev-util/gtk-doc-am-1.10
-	virtual/pkgconfig
-	test? ( dev-libs/check )
-	vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-	gnome2_src_prepare
-	use vala && vala_src_prepare
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-static \
-		$(use_enable test tests) \
-		$(use_enable introspection) \
-		$(use_enable vala) \
-		--disable-coverage
-}


             reply	other threads:[~2017-09-10 10:13 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-10 10:13 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-06  8:11 [gentoo-commits] repo/gentoo:master commit in: sys-libs/libosinfo/ Sam James
2024-01-06  8:11 Sam James
2024-01-04 18:11 Arthur Zamarin
2023-12-03  7:01 Sam James
2023-12-03  7:01 Sam James
2023-02-01 18:07 Matt Turner
2023-01-03 14:08 Matt Turner
2022-12-04 15:59 WANG Xuerui
2022-03-18 19:24 Matt Turner
2021-12-25  0:02 Mike Gilbert
2021-12-07 20:29 Sam James
2021-11-28 20:08 Mike Gilbert
2021-04-15 15:36 Matt Turner
2021-04-15  5:25 Sam James
2021-04-15  1:33 Sam James
2021-04-14 18:51 Mikle Kolyada
     [not found] <1615607511.85502fa832b9a7f9657570d5aba9ba823c272832.mattst88@gentoo>
2021-03-13  3:51 ` Matt Turner
2020-11-07 19:54 Mart Raudsepp
2020-08-30 18:28 Sam James
2020-08-30 18:09 Sam James
2020-08-30 15:17 Thomas Deutschmann
2020-08-18 10:17 Mart Raudsepp
2020-07-26 11:46 Mart Raudsepp
2020-03-12 14:11 Mart Raudsepp
2020-03-12 14:05 Mart Raudsepp
2020-03-03 12:39 Agostino Sarubbo
2020-03-03 11:46 Agostino Sarubbo
2020-02-23 18:10 Mart Raudsepp
2019-12-23 22:23 Mart Raudsepp
2019-12-09  0:10 Aaron Bauman
2019-12-08 11:52 Mikle Kolyada
2019-12-08 11:41 Mikle Kolyada
2019-05-23  3:27 Aaron Bauman
2019-04-09 21:15 Mikle Kolyada
2019-04-02  1:37 Thomas Deutschmann
2019-03-31  7:36 Mart Raudsepp
2019-03-31  7:36 Mart Raudsepp
2019-02-19 21:39 Mart Raudsepp
2018-12-02 17:27 Mart Raudsepp
2018-12-02 14:29 Mikle Kolyada
2018-12-02 10:12 Mikle Kolyada
2018-11-02 23:07 Mart Raudsepp
2018-07-09 10:08 Mart Raudsepp
2018-04-29  0:08 Mart Raudsepp
2018-04-26 22:32 Aaron Bauman
2018-01-29 11:59 Mart Raudsepp
2017-12-21 23:31 Mart Raudsepp
2017-11-06 21:20 Sergei Trofimovich
2017-09-10 10:50 Gilles Dartiguelongue
2017-07-14 15:25 Alexis Ballier
2017-07-01 10:35 Sergei Trofimovich
2017-05-09  7:49 Tobias Klausmann
2017-04-27 10:36 Agostino Sarubbo
2017-04-23 21:23 Agostino Sarubbo
2017-03-31 10:08 Michael Weber
2017-03-31  9:30 Michael Weber
2017-03-31  9:30 Michael Weber
2017-03-28 19:38 Mart Raudsepp
2016-12-05 13:52 Pacho Ramos
2016-12-05 13:52 Pacho Ramos
2016-07-03 16:33 Pacho Ramos
2016-06-28 20:34 Pacho Ramos
2016-03-06 20:36 Mikle Kolyada
2016-02-28 11:09 Pacho Ramos
2016-02-28 11:09 Pacho Ramos
2016-02-25 23:02 Andreas Hüttel
2016-01-10 18:30 Pacho Ramos
2016-01-10 18:30 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1505038400.bbafa9e28777ba9718d7b525c4e346f58e50b5ed.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox