summaryrefslogtreecommitdiff
path: root/dev-libs/libmcs/libmcs-0.7.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libmcs/libmcs-0.7.2.ebuild')
-rw-r--r--dev-libs/libmcs/libmcs-0.7.2.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-libs/libmcs/libmcs-0.7.2.ebuild b/dev-libs/libmcs/libmcs-0.7.2.ebuild
deleted file mode 100644
index 01de70a173e6..000000000000
--- a/dev-libs/libmcs/libmcs-0.7.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Abstracts the storage of configuration settings away from applications"
-HOMEPAGE="http://git.atheme.org/libmcs/"
-SRC_URI="http://distfiles.atheme.org/${P}.tgz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="gnome"
-
-RDEPEND=">=dev-libs/libmowgli-0.6.1:0
- gnome? ( >=gnome-base/gconf-2.6.0 )"
-DEPEND="virtual/pkgconfig
- ${RDEPEND}"
-DOCS="AUTHORS README TODO"
-
-src_configure() {
- econf \
- --disable-kconfig \
- $(use_enable gnome gconf)
-}