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-libs/cenonlibrary | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'gnustep-libs/cenonlibrary')
-rw-r--r-- | gnustep-libs/cenonlibrary/Manifest | 3 | ||||
-rw-r--r-- | gnustep-libs/cenonlibrary/cenonlibrary-4.0.0.ebuild | 25 | ||||
-rw-r--r-- | gnustep-libs/cenonlibrary/metadata.xml | 14 |
3 files changed, 42 insertions, 0 deletions
diff --git a/gnustep-libs/cenonlibrary/Manifest b/gnustep-libs/cenonlibrary/Manifest new file mode 100644 index 000000000000..d429d42247d3 --- /dev/null +++ b/gnustep-libs/cenonlibrary/Manifest @@ -0,0 +1,3 @@ +DIST CenonLibrary-4.0.0-1.tar.bz2 2131692 BLAKE2B 2f00e3c5b743e239b116493e23f4bd6acee34b0f88d02ed791b4cec8487a24b28b442cecd3483773f8339eb93bcc0b1065edc0d2a15179d1caa83ad218700e5b SHA512 75d1acc2635cb5daee3311d2c54a43abf9d0de7b29997fec86effc4dd3932fe73449c08cda642d1f92adcea9da74cd4732014bb04f7418c1f331701bafe44427 +EBUILD cenonlibrary-4.0.0.ebuild 535 BLAKE2B 156dd723a037f4031b19ab02e2fc15baa927acfe4dd61dc45e2656e7734ad8ade94205c013dd1301b30e90cb9c36d56bc171ab00f5928c401a8460ef9aa37c1f SHA512 a30ef96cf04e290f25af5a85ca96c0b10f9a10cb730a34ffbe390447c1bfcdf74fa370622eef4d52ced6bc006b12d1690b4373ca0fed1d5da241eab546ee40cc +MISC metadata.xml 514 BLAKE2B 279e28730fdba3e0a619038a0ee87724083dfe4ec052ca387aa869b3f0a7fab76be6d7731ebd864cc3f3c21d594e13536125559196d9b0978fc1c61bf6a79b28 SHA512 06125a3d405f811589e4312606ab281719b8856d52bdcaeb78b414e20236b1f3e916d738c3df8d676f2853f53ea44f1226f14472b8b055630fc649cb8f5aa51d diff --git a/gnustep-libs/cenonlibrary/cenonlibrary-4.0.0.ebuild b/gnustep-libs/cenonlibrary/cenonlibrary-4.0.0.ebuild new file mode 100644 index 000000000000..ef8bf528a2b6 --- /dev/null +++ b/gnustep-libs/cenonlibrary/cenonlibrary-4.0.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit gnustep-2 + +S=${WORKDIR}/Cenon + +DESCRIPTION="Default library required to run Cenon" +HOMEPAGE="http://www.cenon.info/" +SRC_URI="http://www.cenon.zone/download/source/CenonLibrary-${PV}-1.tar.bz2" +KEYWORDS="amd64 ppc x86" +SLOT="0" +LICENSE="Cenon" +IUSE="" + +src_compile() { + echo "nothing to compile" +} + +src_install() { + egnustep_env + dodir ${GNUSTEP_SYSTEM_LIBRARY} + cp -pPR "${S}" "${D}"${GNUSTEP_SYSTEM_LIBRARY} +} diff --git a/gnustep-libs/cenonlibrary/metadata.xml b/gnustep-libs/cenonlibrary/metadata.xml new file mode 100644 index 000000000000..133f8e2acd95 --- /dev/null +++ b/gnustep-libs/cenonlibrary/metadata.xml @@ -0,0 +1,14 @@ +<?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> + Cenon is a graphical tool of a special kind. Build upon a + modular graphical core, Cenon offers a wide variety of + possibilities and applications. + This package contains the supporting libraries for cenon itself. + </longdescription> +</pkgmetadata> |