commit: c557b483f11402857fdf91b019a4ea67aec22eba Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Mon Jul 24 22:15:46 2017 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Mon Jul 24 22:54:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c557b483
gnustep-apps/affiche: EAPI bump Package-Manager: Portage-2.3.6, Repoman-2.3.3 gnustep-apps/affiche/affiche-0.6.0-r4.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 00000000000..196786ba018 --- /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}
