summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libgsystem/libgsystem-2014.1.ebuild')
-rw-r--r--dev-libs/libgsystem/libgsystem-2014.1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-libs/libgsystem/libgsystem-2014.1.ebuild b/dev-libs/libgsystem/libgsystem-2014.1.ebuild
deleted file mode 100644
index 186da093..00000000
--- a/dev-libs/libgsystem/libgsystem-2014.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="GIO-based library for use by operating system components"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGSystem"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+introspection +systemd"
-
-RDEPEND="
- >=dev-libs/glib-2.34:2
- sys-apps/attr
- introspection? ( >=dev-libs/gobject-introspection-1.34 )
- systemd? ( >=sys-apps/systemd-200 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.15
- >=dev-libs/libxslt-1
- virtual/pkgconfig
-"