diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2013-04-23 22:56:05 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2013-04-23 22:56:05 +0000 |
commit | 416a9dd23258627e4fa46db283ea4a3e6e5487ed (patch) | |
tree | 5e3d6326a0ce7649e5e0200d85557722feb19872 /gnustep-libs | |
parent | Version bump (diff) | |
download | gentoo-2-416a9dd23258627e4fa46db283ea4a3e6e5487ed.tar.gz gentoo-2-416a9dd23258627e4fa46db283ea4a3e6e5487ed.tar.bz2 gentoo-2-416a9dd23258627e4fa46db283ea4a3e6e5487ed.zip |
Version bump
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'gnustep-libs')
-rw-r--r-- | gnustep-libs/cenonlibrary/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-libs/cenonlibrary/cenonlibrary-4.0.0.ebuild | 26 |
2 files changed, 34 insertions, 2 deletions
diff --git a/gnustep-libs/cenonlibrary/ChangeLog b/gnustep-libs/cenonlibrary/ChangeLog index 2b8a895b811b..f6c3368aa156 100644 --- a/gnustep-libs/cenonlibrary/ChangeLog +++ b/gnustep-libs/cenonlibrary/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-libs/cenonlibrary -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cenonlibrary/ChangeLog,v 1.12 2012/06/07 15:06:00 xmw Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cenonlibrary/ChangeLog,v 1.13 2013/04/23 22:56:04 voyageur Exp $ + +*cenonlibrary-4.0.0 (23 Apr 2013) + + 23 Apr 2013; Bernard Cafarelli <voyageur@gentoo.org> + +cenonlibrary-4.0.0.ebuild: + Version bump 07 Jun 2012; Michael Weber <xmw@gentoo.org> cenonlibrary-3.9.4.ebuild: ppc stable (bug 410601) 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..073737d7fd98 --- /dev/null +++ b/gnustep-libs/cenonlibrary/cenonlibrary-4.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cenonlibrary/cenonlibrary-4.0.0.ebuild,v 1.1 2013/04/23 22:56:05 voyageur Exp $ + +EAPI=5 +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} +} |