diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:58:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:58:29 +0100 |
commit | 0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch) | |
tree | 07815070629c7c11000a7f51ceb8ccbccb49a809 /gnustep-libs/cenonlibrary | |
parent | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (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, 0 insertions, 42 deletions
diff --git a/gnustep-libs/cenonlibrary/Manifest b/gnustep-libs/cenonlibrary/Manifest deleted file mode 100644 index d429d42247d3..000000000000 --- a/gnustep-libs/cenonlibrary/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ef8bf528a2b6..000000000000 --- a/gnustep-libs/cenonlibrary/cenonlibrary-4.0.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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 deleted file mode 100644 index 133f8e2acd95..000000000000 --- a/gnustep-libs/cenonlibrary/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?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> |