app-eselect/eselect-unison: Remove old
authorManuel Rüger <mrueg@gentoo.org>
Fri, 11 Sep 2015 14:38:10 +0000 (16:38 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 11 Sep 2015 14:38:10 +0000 (16:38 +0200)
Package-Manager: portage-2.2.20.1

app-eselect/eselect-unison/eselect-unison-0.1.ebuild [deleted file]
app-eselect/eselect-unison/eselect-unison-0.2.ebuild [deleted file]

diff --git a/app-eselect/eselect-unison/eselect-unison-0.1.ebuild b/app-eselect/eselect-unison/eselect-unison-0.1.ebuild
deleted file mode 100644 (file)
index 33c8fb8..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION="unison module for eselect"
-HOMEPAGE="https://www.gentoo.org/proj/en/eselect/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-IUSE=""
-DEPEND=""
-RDEPEND=">=app-admin/eselect-1.0.5"
-
-src_install() {
-       local MODULEDIR="/usr/share/eselect/modules"
-       local MODULE="unison"
-       dodir ${MODULEDIR}
-       insinto ${MODULEDIR}
-       newins "${FILESDIR}/${MODULE}.eselect-${PVR}" ${MODULE}.eselect || die "failed to install"
-}
diff --git a/app-eselect/eselect-unison/eselect-unison-0.2.ebuild b/app-eselect/eselect-unison/eselect-unison-0.2.ebuild
deleted file mode 100644 (file)
index f6edce5..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION="unison module for eselect"
-HOMEPAGE="https://www.gentoo.org/proj/en/eselect/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=app-admin/eselect-1.2.3"
-
-src_install() {
-       local MODULEDIR="/usr/share/eselect/modules"
-       local MODULE="unison"
-       dodir ${MODULEDIR}
-       insinto ${MODULEDIR}
-       newins "${FILESDIR}/${MODULE}.eselect-${PVR}" ${MODULE}.eselect \
-               || die "failed to install"
-}