summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2011-12-07 19:04:40 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2011-12-07 19:04:40 +0000
commit40d995ee0b0bdbed2224697de58d2a2995cc3371 (patch)
treecab99b580445ebbb62743dbab2afd2b2e5646c5a /app-admin/stow/stow-1.3.3.ebuild
parentdepend on vala and workaround broken configure script (diff)
downloadgentoo-2-40d995ee0b0bdbed2224697de58d2a2995cc3371.tar.gz
gentoo-2-40d995ee0b0bdbed2224697de58d2a2995cc3371.tar.bz2
gentoo-2-40d995ee0b0bdbed2224697de58d2a2995cc3371.zip
Add stow-1.3.3-r1 with fixed bug 246264 and new 2.1.1 version. Old version is removed
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/stow/stow-1.3.3.ebuild')
-rw-r--r--app-admin/stow/stow-1.3.3.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-admin/stow/stow-1.3.3.ebuild b/app-admin/stow/stow-1.3.3.ebuild
deleted file mode 100644
index 0ea08871be9d..000000000000
--- a/app-admin/stow/stow-1.3.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-1.3.3.ebuild,v 1.27 2010/01/01 19:23:11 fauli Exp $
-
-DESCRIPTION="manage installation of software in /usr/local"
-HOMEPAGE="http://www.gnu.org/software/stow/"
-SRC_URI="mirror://gnu/stow/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
-}