diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /gnustep-apps/affiche | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'gnustep-apps/affiche')
-rw-r--r-- | gnustep-apps/affiche/Manifest | 3 | ||||
-rw-r--r-- | gnustep-apps/affiche/affiche-0.6.0-r4.ebuild | 15 | ||||
-rw-r--r-- | gnustep-apps/affiche/metadata.xml | 13 |
3 files changed, 31 insertions, 0 deletions
diff --git a/gnustep-apps/affiche/Manifest b/gnustep-apps/affiche/Manifest new file mode 100644 index 000000000000..43a525b3dcf7 --- /dev/null +++ b/gnustep-apps/affiche/Manifest @@ -0,0 +1,3 @@ +DIST Affiche-0.6.0.tar.gz 50764 BLAKE2B f3d965c7f3c4d0a654a75fccaf2b6ce1cfeb7e1c688a927375e919e07cf85f0f3af2d6209cd7e061dbb575f979e8e8c69ec2831fa96ffd3ef1399f17997bf4b5 SHA512 114b323e8db0fa104fed5a94a544e481e8574a0af367951dfb1e400a15b0813564e433a12d33828f230b1f5f83578d161afad12e014f786e2e5bb60e90f637bc +EBUILD affiche-0.6.0-r4.ebuild 406 BLAKE2B dc4ee36920f69b3ad75d791565a37368d32f94da9b91bfe6cb5d6490e173b908ef6ebe41b8574bddd1d50e78050f3dde833e9fda714d19334ec60e472d3a9ff9 SHA512 fc0805a87c78a622b1641062add558c190e867e29c0e820d6ce064dcb747c71e6c7e69931de0cee8d7790e175c0fc9d57fedff0e60a3939cf3147cc0fa8e7b7c +MISC metadata.xml 648 BLAKE2B 1c772c620fe2af0ad172887c5a01c43a8e44913d171e0cc75c976fc160322eedca0cf9e67288c95e35021b10d3e7dcc57398bf76eba0a31870e081410c3404db SHA512 841bcebebad5a6db057e8fe0bf0b959193ea029ddf5b1093abbffed96c6dbe875f76137cba61345c2d3fe3acc6f8b6cba426447033ea784ff8c9ee3aaafb92a3 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..c35fb5b43927 --- /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} diff --git a/gnustep-apps/affiche/metadata.xml b/gnustep-apps/affiche/metadata.xml new file mode 100644 index 000000000000..3775b344aa81 --- /dev/null +++ b/gnustep-apps/affiche/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnustep@gentoo.org</email> + <name>Gentoo GNUstep Project</name> +</maintainer> +<longdescription> +Affiche is a little application that allows people to "stick" little notes on their computer desktop. It works well under GNUstep and under Apple Mac OS X. + +The goal of this little application is to provide a good example on how to develop cross-platform applications between GNUstep and Apple Mac OS X while providing a useful application at the same time. +</longdescription> +</pkgmetadata> |