summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-09-11 16:38:10 +0200
committerManuel Rüger <mrueg@gentoo.org>2015-09-11 16:38:10 +0200
commit216f98c4a3f2498ef11fb126bb01e527098bc0fe (patch)
treeef658268124f7fa71b8b3207ed576eb9b35bf0e1 /app-eselect
parentx11-terms/roxterm: Remove old (diff)
downloadgentoo-216f98c4a3f2498ef11fb126bb01e527098bc0fe.tar.gz
gentoo-216f98c4a3f2498ef11fb126bb01e527098bc0fe.tar.bz2
gentoo-216f98c4a3f2498ef11fb126bb01e527098bc0fe.zip
app-eselect/eselect-unison: Remove old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-eselect')
-rw-r--r--app-eselect/eselect-unison/eselect-unison-0.1.ebuild25
-rw-r--r--app-eselect/eselect-unison/eselect-unison-0.2.ebuild26
2 files changed, 0 insertions, 51 deletions
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
index 33c8fb8227b6..000000000000
--- a/app-eselect/eselect-unison/eselect-unison-0.1.ebuild
+++ /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
index f6edce513fd6..000000000000
--- a/app-eselect/eselect-unison/eselect-unison-0.2.ebuild
+++ /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"
-}