diff options
Diffstat (limited to 'gnustep-libs/cenonlibrary/cenonlibrary-3.9.4.ebuild')
-rw-r--r-- | gnustep-libs/cenonlibrary/cenonlibrary-3.9.4.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnustep-libs/cenonlibrary/cenonlibrary-3.9.4.ebuild b/gnustep-libs/cenonlibrary/cenonlibrary-3.9.4.ebuild deleted file mode 100644 index 65402a46bcc1..000000000000 --- a/gnustep-libs/cenonlibrary/cenonlibrary-3.9.4.ebuild +++ /dev/null @@ -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} -} |