summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/price/price-0.8.1.ebuild')
-rw-r--r--gnustep-apps/price/price-0.8.1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/gnustep-apps/price/price-0.8.1.ebuild b/gnustep-apps/price/price-0.8.1.ebuild
deleted file mode 100644
index 29a8132..0000000
--- a/gnustep-apps/price/price-0.8.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit gnustep-2
-
-DESCRIPTION="Precision Raster Image Convolution Engine"
-HOMEPAGE="http://price.sourceforge.net/"
-SRC_URI="mirror://sourceforge/price/PRICE-${PV}.tar.gz"
-KEYWORDS="~amd64 ~ppc ~x86"
-SLOT="0"
-LICENSE="GPL-2"
-
-S=${WORKDIR}/PRICE
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i -e "s/GNUSTEP_INSTALLATION_DIR.*//" GNUmakefile
-}