diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 09:10:13 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 09:10:13 +0000 |
commit | 73660bf3b30aced11dde3aa1d3a6cfdea73133b7 (patch) | |
tree | 75f5163a731b4cabfdc678e9d56f559aff0c4fb0 /sys-libs/libosinfo | |
parent | Stable for x86, wrt bug #508788 (diff) | |
download | gentoo-2-73660bf3b30aced11dde3aa1d3a6cfdea73133b7.tar.gz gentoo-2-73660bf3b30aced11dde3aa1d3a6cfdea73133b7.tar.bz2 gentoo-2-73660bf3b30aced11dde3aa1d3a6cfdea73133b7.zip |
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-libs/libosinfo')
-rw-r--r-- | sys-libs/libosinfo/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/libosinfo/libosinfo-0.2.6.ebuild | 59 |
2 files changed, 5 insertions, 61 deletions
diff --git a/sys-libs/libosinfo/ChangeLog b/sys-libs/libosinfo/ChangeLog index 3e04ed461b82..e69bc2e99788 100644 --- a/sys-libs/libosinfo/ChangeLog +++ b/sys-libs/libosinfo/ChangeLog @@ -1,6 +1,9 @@ # 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.30 2013/12/08 19:40:38 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.31 2014/04/27 09:10:13 pacho Exp $ + + 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -libosinfo-0.2.6.ebuild: + drop old 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> libosinfo-0.2.7.ebuild: x86 stable, bug #478252 diff --git a/sys-libs/libosinfo/libosinfo-0.2.6.ebuild b/sys-libs/libosinfo/libosinfo-0.2.6.ebuild deleted file mode 100644 index 0161d2b84955..000000000000 --- a/sys-libs/libosinfo/libosinfo-0.2.6.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# 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.6.ebuild,v 1.3 2013/08/30 22:48:50 eva Exp $ - -EAPI=5 -VALA_MIN_API_VERSION="0.16" -VALA_USE_DEPEND="vapigen" - -inherit autotools 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="~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:= - net-libs/libsoup-gnome:2.4 - sys-apps/hwids - introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )" -DEPEND="${RDEPEND} - dev-libs/gobject-introspection-common - dev-util/gtk-doc-am - virtual/pkgconfig - test? ( dev-libs/check ) - vala? ( $(vala_depend) )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-destdir.patch - eautoreconf - vala_src_prepare -} - -src_configure() { - # --enable-udev is only for rules.d file install - econf \ - --disable-static \ - $(use_enable test tests) \ - $(use_enable introspection) \ - $(use_enable vala) \ - --enable-udev \ - --disable-coverage \ - --with-html-dir=/usr/share/doc/${PF}/html \ - --with-udev-rulesdir="$(get_udevdir)"/rules.d \ - --with-usb-ids-path=/usr/share/misc/usb.ids \ - --with-pci-ids-path=/usr/share/misc/pci.ids -} - -src_install() { - default - prune_libtool_files -} |