summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2019-12-05 22:52:59 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2019-12-05 22:53:11 +0100
commit394f9d84b1d266ea4435a10d18888a7ab90f1c5b (patch)
tree833c91ee90db6b7f7309d9046074624d06f41987 /gnustep-apps/cenon/cenon-4.0.6.ebuild
parentprofiles/package.mask: drop mask for app-misc/rioutil (diff)
downloadgentoo-394f9d84b1d266ea4435a10d18888a7ab90f1c5b.tar.gz
gentoo-394f9d84b1d266ea4435a10d18888a7ab90f1c5b.tar.bz2
gentoo-394f9d84b1d266ea4435a10d18888a7ab90f1c5b.zip
gnustep-apps/cenon: 4.0.6 bump
Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'gnustep-apps/cenon/cenon-4.0.6.ebuild')
-rw-r--r--gnustep-apps/cenon/cenon-4.0.6.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/gnustep-apps/cenon/cenon-4.0.6.ebuild b/gnustep-apps/cenon/cenon-4.0.6.ebuild
new file mode 100644
index 000000000000..512edd10e9d2
--- /dev/null
+++ b/gnustep-apps/cenon/cenon-4.0.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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.cenon.zone/download/source/${P/c/C}.tar.bz2"
+KEYWORDS="~amd64 ~ppc ~x86"
+SLOT="0"
+LICENSE="Cenon"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=gnustep-libs/cenonlibrary-4.0.0"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-install.patch
+ "${FILESDIR}"/${P}-invalid_array_syntax.patch
+ )