gnustep-libs/cenonlibrary: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Bernard Cafarelli
2017-07-17 12:25:35 +02:00
parent e32adb1207
commit dcc9c22e91
2 changed files with 0 additions and 26 deletions

View File

@@ -1,2 +1 @@
DIST CenonLibrary-3.9.4-1.tar.bz2 2058146 SHA256 eecb3c588f65cbe68db902e2c29264904a04b1042f74b598695667cd9aeea761 SHA512 31434f4d14662877d85cf56883c617675603b5a8006f8ca3022de079bcb977bee6a110f9d6e46d448f28a0e703b112f16641cc06222e9717c6d77ff7e9f25af8 WHIRLPOOL b97aff2d81d9c1abbe73d945959b108cd7917ccbde66b04b04aeaf979a0d4696ad8cd162b7468d4e9c921d88db4d003f1dba2607c161f3dcbdb265bffa216581
DIST CenonLibrary-4.0.0-1.tar.bz2 2131692 SHA256 b329331a4b5b40d93eeeddd98f6922a53401b6e4f437538cd98392f8828cbb44 SHA512 75d1acc2635cb5daee3311d2c54a43abf9d0de7b29997fec86effc4dd3932fe73449c08cda642d1f92adcea9da74cd4732014bb04f7418c1f331701bafe44427 WHIRLPOOL bcfbe87deb051b9b48472914a68a38590cee11b3a67f5b02ca8b13037b59f1389f26b07e202920595293e6288a8c974868b861ac27d30b1f592e7db95ff4b43f

View File

@@ -1,25 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit gnustep-2
S=${WORKDIR}/Cenon
DESCRIPTION="Default library required to run Cenon"
HOMEPAGE="http://www.cenon.info/"
SRC_URI="http://www.vhf-group.com/vhf-interservice/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}
}