diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-07-25 00:15:46 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-07-25 00:54:27 +0200 |
commit | c557b483f11402857fdf91b019a4ea67aec22eba (patch) | |
tree | ea21ce66b84b6f900321da64a69ded546eeae49d /gnustep-apps | |
parent | app-misc/plod: new revision that unpacks its man page. (diff) | |
download | gentoo-c557b483f11402857fdf91b019a4ea67aec22eba.tar.gz gentoo-c557b483f11402857fdf91b019a4ea67aec22eba.tar.bz2 gentoo-c557b483f11402857fdf91b019a4ea67aec22eba.zip |
gnustep-apps/affiche: EAPI bump
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/affiche/affiche-0.6.0-r4.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gnustep-apps/affiche/affiche-0.6.0-r4.ebuild b/gnustep-apps/affiche/affiche-0.6.0-r4.ebuild new file mode 100644 index 000000000000..196786ba018d --- /dev/null +++ b/gnustep-apps/affiche/affiche-0.6.0-r4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnustep-2 + +DESCRIPTION="Affiche allows people to 'stick' notes" +HOMEPAGE="http://www.collaboration-world.com/affiche" +SRC_URI="http://www.collaboration-world.com/affiche.data/releases/Stable/${P/a/A}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +S=${WORKDIR}/${PN/a/A} |