diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-02-05 20:02:30 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-02-05 20:02:30 +0000 |
commit | 4d1f1fac3903fba2875bfa582aeeeb7ddeecfe6a (patch) | |
tree | f401b9dcc2217936cb6e42c6aa9eda154fa79a08 /sys-libs/libosinfo | |
parent | Version bump (diff) | |
download | gentoo-2-4d1f1fac3903fba2875bfa582aeeeb7ddeecfe6a.tar.gz gentoo-2-4d1f1fac3903fba2875bfa582aeeeb7ddeecfe6a.tar.bz2 gentoo-2-4d1f1fac3903fba2875bfa582aeeeb7ddeecfe6a.zip |
Version bump, drop old
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-libs/libosinfo')
-rw-r--r-- | sys-libs/libosinfo/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/libosinfo/libosinfo-0.2.0.ebuild | 58 | ||||
-rw-r--r-- | sys-libs/libosinfo/libosinfo-0.2.3.ebuild (renamed from sys-libs/libosinfo/libosinfo-0.2.1.ebuild) | 19 |
3 files changed, 14 insertions, 71 deletions
diff --git a/sys-libs/libosinfo/ChangeLog b/sys-libs/libosinfo/ChangeLog index c68b05200f61..49e9b6c135d1 100644 --- a/sys-libs/libosinfo/ChangeLog +++ b/sys-libs/libosinfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-libs/libosinfo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.21 2013/02/02 23:13:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.22 2013/02/05 20:02:30 pacho Exp $ + +*libosinfo-0.2.3 (05 Feb 2013) + + 05 Feb 2013; Pacho Ramos <pacho@gentoo.org> +libosinfo-0.2.3.ebuild, + -libosinfo-0.2.0.ebuild, -libosinfo-0.2.1.ebuild: + Version bump, drop old 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libosinfo-0.2.2.ebuild: Add ~arm, wrt bug #449220 diff --git a/sys-libs/libosinfo/libosinfo-0.2.0.ebuild b/sys-libs/libosinfo/libosinfo-0.2.0.ebuild deleted file mode 100644 index 4035d4733edd..000000000000 --- a/sys-libs/libosinfo/libosinfo-0.2.0.ebuild +++ /dev/null @@ -1,58 +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.2.0.ebuild,v 1.3 2012/12/11 15:45:42 ssuominen Exp $ - -EAPI=4 -VALA_MIN_API_VERSION="0.16" -VALA_USE_DEPEND="vapigen" - -inherit eutils toolchain-funcs vala udev - -DESCRIPTION="GObject library for managing information about real and virtual OSes" -HOMEPAGE="http://fedorahosted.org/libosinfo/" -SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc +introspection +vala test" - -REQUIRED_USE="vala? ( introspection )" - -RDEPEND=">=dev-libs/glib-2 - >=dev-libs/libxslt-1.0.0 - dev-libs/libxml2 - net-libs/libsoup:2.4 - net-libs/libsoup-gnome:2.4 - introspection? ( >=dev-libs/gobject-introspection-0.9.0 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1.10 ) - test? ( dev-libs/check ) - vala? ( $(vala_depend) )" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_prepare() { - use vala && vala_src_prepare -} - -src_configure() { - # --enable-udev is only for rules.d file install - econf \ - --disable-static \ - --disable-silent-rules \ - $(use_enable doc gtk-doc) \ - $(use_enable test tests) \ - $(use_enable introspection) \ - $(use_enable vala) \ - --enable-udev \ - --disable-coverage \ - --with-udev-rulesdir="$(udev_get_udevdir)"/rules.d \ - --with-html-dir=/usr/share/doc/${PF}/html -} - -src_install() { - default - prune_libtool_files -} diff --git a/sys-libs/libosinfo/libosinfo-0.2.1.ebuild b/sys-libs/libosinfo/libosinfo-0.2.3.ebuild index 7bd1c104f602..52f1dadd6d13 100644 --- a/sys-libs/libosinfo/libosinfo-0.2.1.ebuild +++ b/sys-libs/libosinfo/libosinfo-0.2.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.1.ebuild,v 1.2 2012/12/11 15:45:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.3.ebuild,v 1.1 2013/02/05 20:02:30 pacho Exp $ -EAPI=4 +EAPI=5 VALA_MIN_API_VERSION="0.16" VALA_USE_DEPEND="vapigen" @@ -14,32 +14,27 @@ SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+introspection +vala test" REQUIRED_USE="vala? ( introspection )" RDEPEND=">=dev-libs/glib-2:2 - >=dev-libs/libxslt-1.0.0 - dev-libs/libxml2 + >=dev-libs/libxslt-1.0.0:= + dev-libs/libxml2:= net-libs/libsoup:2.4 net-libs/libsoup-gnome:2.4 - introspection? ( >=dev-libs/gobject-introspection-0.9.0 )" + introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )" DEPEND="${RDEPEND} dev-util/gtk-doc-am virtual/pkgconfig test? ( dev-libs/check ) vala? ( $(vala_depend) )" -src_prepare() { - use vala && vala_src_prepare -} - src_configure() { # --enable-udev is only for rules.d file install econf \ --disable-static \ - --disable-silent-rules \ $(use_enable test tests) \ $(use_enable introspection) \ $(use_enable vala) \ |