commit: 59ba7f9cf42f7f10f6e4ebfc343a28307eb90c2b Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Sep 19 16:54:10 2023 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Tue Sep 19 20:48:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ba7f9c
gnustep-apps/affiche: EAPI8 bump, update HOMEPAGE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> gnustep-apps/affiche/affiche-0.6.0-r5.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gnustep-apps/affiche/affiche-0.6.0-r5.ebuild b/gnustep-apps/affiche/affiche-0.6.0-r5.ebuild new file mode 100644 index 000000000000..2de498a0a255 --- /dev/null +++ b/gnustep-apps/affiche/affiche-0.6.0-r5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnustep-2 + +DESCRIPTION="Affiche allows people to 'stick' notes" +HOMEPAGE="https://salsa.debian.org/gnustep-team/affiche.app" +SRC_URI="mirror://gentoo/${P/a/A}.tar.gz" +S="${WORKDIR}/${PN/a/A}" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86"
