summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2012-01-16 21:50:32 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2012-01-16 21:50:32 +0000
commit56d7a123a241a7002c5e9733e613fd3a5b5d4366 (patch)
tree5bcd5cdecbf2d042bc52ec2fbe6e16ce18ac5cb4 /sys-libs
parentStable for amd64, wrt bug #396359 (diff)
downloadgentoo-2-56d7a123a241a7002c5e9733e613fd3a5b5d4366.tar.gz
gentoo-2-56d7a123a241a7002c5e9733e613fd3a5b5d4366.tar.bz2
gentoo-2-56d7a123a241a7002c5e9733e613fd3a5b5d4366.zip
Remove old, bump to 0.0.5. libosinfo should never have been stabilized, it's an unstable library with no users in the tree.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libosinfo/ChangeLog9
-rw-r--r--sys-libs/libosinfo/libosinfo-0.0.1.ebuild43
-rw-r--r--sys-libs/libosinfo/libosinfo-0.0.5.ebuild (renamed from sys-libs/libosinfo/libosinfo-0.0.4.ebuild)4
3 files changed, 10 insertions, 46 deletions
diff --git a/sys-libs/libosinfo/ChangeLog b/sys-libs/libosinfo/ChangeLog
index 8231b4353505..93f721e40853 100644
--- a/sys-libs/libosinfo/ChangeLog
+++ b/sys-libs/libosinfo/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-libs/libosinfo
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.4 2012/01/14 17:56:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.5 2012/01/16 21:50:31 nirbheek Exp $
+
+*libosinfo-0.0.5 (16 Jan 2012)
+
+ 16 Jan 2012; Nirbheek Chauhan <nirbheek@gentoo.org> -libosinfo-0.0.1.ebuild,
+ -libosinfo-0.0.4.ebuild, +libosinfo-0.0.5.ebuild:
+ Remove old, bump to 0.0.5. libosinfo should never have been stabilized, it's
+ an unstable library with no users in the tree.
14 Jan 2012; Markus Meier <maekke@gentoo.org> libosinfo-0.0.1.ebuild:
x86 stable, bug #393007
diff --git a/sys-libs/libosinfo/libosinfo-0.0.1.ebuild b/sys-libs/libosinfo/libosinfo-0.0.1.ebuild
deleted file mode 100644
index 16ed81dfcfe9..000000000000
--- a/sys-libs/libosinfo/libosinfo-0.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.0.1.ebuild,v 1.3 2012/01/14 17:56:11 maekke Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="GObject library for managing information about real and virtual OSes"
-HOMEPAGE="https://fedorahosted.org/libosinfo/"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-SRC_URI="https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz"
-KEYWORDS="amd64 x86"
-IUSE="doc +introspection +vala test"
-
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="
- dev-libs/glib:2
- >=dev-libs/libxml2-2.6.0:2
- introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.10 )
- introspection? ( dev-libs/check )
- vala? ( dev-lang/vala:0.14 )"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README"
- # --enable-udev only installs udev rules
- G2CONF="--disable-coverage
- --disable-static
- --enable-udev
- --with-udev-rulesdir=/lib/udev/rules.d
- VAPIGEN=$(type -P vapigen-0.14)
- $(use_enable introspection)
- $(use_enable test tests)
- $(use_enable vala)"
-}
diff --git a/sys-libs/libosinfo/libosinfo-0.0.4.ebuild b/sys-libs/libosinfo/libosinfo-0.0.5.ebuild
index fc48eb71bfa0..e9b641b2cc61 100644
--- a/sys-libs/libosinfo/libosinfo-0.0.4.ebuild
+++ b/sys-libs/libosinfo/libosinfo-0.0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.0.4.ebuild,v 1.1 2011/12/19 17:46:53 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.0.5.ebuild,v 1.1 2012/01/16 21:50:31 nirbheek Exp $
EAPI="4"
GCONF_DEBUG="no"