diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-31 12:05:38 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-31 12:05:38 +0000 |
commit | bab0515207c43fe1368e20a966a6f6e6358d7730 (patch) | |
tree | 53636d10819c61e1a17c130780b3c2dee48b00b5 /gnustep-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-bab0515207c43fe1368e20a966a6f6e6358d7730.tar.gz gentoo-2-bab0515207c43fe1368e20a966a6f6e6358d7730.tar.bz2 gentoo-2-bab0515207c43fe1368e20a966a6f6e6358d7730.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'gnustep-libs')
-rw-r--r-- | gnustep-libs/cenonlibrary/ChangeLog | 7 | ||||
-rw-r--r-- | gnustep-libs/cenonlibrary/cenonlibrary-3.8.2.ebuild | 24 |
2 files changed, 5 insertions, 26 deletions
diff --git a/gnustep-libs/cenonlibrary/ChangeLog b/gnustep-libs/cenonlibrary/ChangeLog index fdf5847ceeab..2c860e1e0b1b 100644 --- a/gnustep-libs/cenonlibrary/ChangeLog +++ b/gnustep-libs/cenonlibrary/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-libs/cenonlibrary -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cenonlibrary/ChangeLog,v 1.16 2013/06/29 18:31:50 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cenonlibrary/ChangeLog,v 1.17 2015/05/31 12:05:38 mrueg Exp $ + + 31 May 2015; Manuel Rüger <mrueg@gentoo.org> -cenonlibrary-3.8.2.ebuild: + Remove old. 29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> cenonlibrary-4.0.0.ebuild: Stable for ppc, wrt bug #474222 diff --git a/gnustep-libs/cenonlibrary/cenonlibrary-3.8.2.ebuild b/gnustep-libs/cenonlibrary/cenonlibrary-3.8.2.ebuild deleted file mode 100644 index d6c86adfe475..000000000000 --- a/gnustep-libs/cenonlibrary/cenonlibrary-3.8.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cenonlibrary/cenonlibrary-3.8.2.ebuild,v 1.1 2011/08/19 12:37:07 voyageur Exp $ - -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/vhfInterservice/download/source/CenonLibrary-3.82-1.tar.bz2" -KEYWORDS="amd64 ppc x86" -SLOT="0" -LICENSE="Cenon" - -src_compile() { - echo "nothing to compile" -} - -src_install() { - egnustep_env - dodir ${GNUSTEP_SYSTEM_LIBRARY} - cp -pPR "${S}" "${D}"${GNUSTEP_SYSTEM_LIBRARY} -} |