dev-libs/libgudev: Remove old
authorMart Raudsepp <leio@gentoo.org>
Thu, 26 Jan 2017 08:27:58 +0000 (10:27 +0200)
committerMart Raudsepp <leio@gentoo.org>
Thu, 26 Jan 2017 10:53:55 +0000 (12:53 +0200)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-libs/libgudev/libgudev-230.ebuild [deleted file]

diff --git a/dev-libs/libgudev/libgudev-230.ebuild b/dev-libs/libgudev/libgudev-230.ebuild
deleted file mode 100644 (file)
index ade9189..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit gnome2 multilib-minimal
-
-DESCRIPTION="GObject bindings for libudev"
-HOMEPAGE="https://wiki.gnome.org/Projects/libgudev"
-
-LICENSE="LGPL-2.1"
-SLOT="0/0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="introspection static-libs"
-
-DEPEND=">=dev-libs/glib-2.22.0:2=[static-libs?]
-       virtual/libudev:=[static-libs?]
-       introspection? ( dev-libs/gobject-introspection )"
-RDEPEND="${DEPEND}
-       !sys-fs/eudev[gudev(-)]
-       !sys-fs/udev[gudev(-)]
-       !sys-apps/systemd[gudev(-)]"
-
-multilib_src_configure() {
-       ECONF_SOURCE=${S} gnome2_src_configure \
-               $(multilib_native_use_enable introspection) \
-               $(use_enable static-libs static)
-}
-
-multilib_src_install() {
-       gnome2_src_install
-}