summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-07-17 12:10:02 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2017-07-17 14:20:56 +0200
commit9f60fdd3441e3b557d9a4fbd568c94a7763b3d5e (patch)
tree5e102964f95b63c4a2bf6caf0e08dfcb99fc7299 /gnustep-apps/cenon/cenon-4.0.2.ebuild
parentgnustep-apps/batmon: drop old (diff)
downloadgentoo-9f60fdd3441e3b557d9a4fbd568c94a7763b3d5e.tar.gz
gentoo-9f60fdd3441e3b557d9a4fbd568c94a7763b3d5e.tar.bz2
gentoo-9f60fdd3441e3b557d9a4fbd568c94a7763b3d5e.zip
gnustep-apps/cenon: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'gnustep-apps/cenon/cenon-4.0.2.ebuild')
-rw-r--r--gnustep-apps/cenon/cenon-4.0.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnustep-apps/cenon/cenon-4.0.2.ebuild b/gnustep-apps/cenon/cenon-4.0.2.ebuild
deleted file mode 100644
index 99b575038c03..000000000000
--- a/gnustep-apps/cenon/cenon-4.0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit gnustep-2
-
-S=${WORKDIR}/${PN/c/C}
-
-DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
-HOMEPAGE="http://www.cenon.info/"
-SRC_URI="http://www.vhf-group.com/vhf-interservice/download/source/${P/c/C}.tar.bz2"
-KEYWORDS="amd64 ppc x86"
-SLOT="0"
-LICENSE="Cenon"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=gnustep-libs/cenonlibrary-4.0.0"
-
-src_prepare() {
- # Do not install files already provided by cenonlibrary
- epatch "${FILESDIR}"/${P}-install.patch
-}