diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2010-09-01 11:57:40 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2010-09-01 11:57:40 +0000 |
commit | 9d012a7e7fc966addd1692fc7aa1254149974648 (patch) | |
tree | ef8c25766edbbb59007cfb9efb26fcec42aea9f1 /gnustep-libs | |
parent | stable x86, security bug 322857 (diff) | |
download | gentoo-2-9d012a7e7fc966addd1692fc7aa1254149974648.tar.gz gentoo-2-9d012a7e7fc966addd1692fc7aa1254149974648.tar.bz2 gentoo-2-9d012a7e7fc966addd1692fc7aa1254149974648.zip |
Version bump
(Portage version: 2.2_rc72/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-libs')
-rw-r--r-- | gnustep-libs/cenonlibrary/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-libs/cenonlibrary/cenonlibrary-3.90.ebuild | 26 |
2 files changed, 34 insertions, 2 deletions
diff --git a/gnustep-libs/cenonlibrary/ChangeLog b/gnustep-libs/cenonlibrary/ChangeLog index 96cb0834730d..149414bbfb04 100644 --- a/gnustep-libs/cenonlibrary/ChangeLog +++ b/gnustep-libs/cenonlibrary/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-libs/cenonlibrary -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cenonlibrary/ChangeLog,v 1.7 2008/03/08 13:11:10 coldwind Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cenonlibrary/ChangeLog,v 1.8 2010/09/01 11:57:40 voyageur Exp $ + +*cenonlibrary-3.90 (01 Sep 2010) + + 01 Sep 2010; Bernard Cafarelli <voyageur@gentoo.org> + +cenonlibrary-3.90.ebuild: + Version bump 08 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> cenonlibrary-3.82.ebuild: diff --git a/gnustep-libs/cenonlibrary/cenonlibrary-3.90.ebuild b/gnustep-libs/cenonlibrary/cenonlibrary-3.90.ebuild new file mode 100644 index 000000000000..52cc386fae49 --- /dev/null +++ b/gnustep-libs/cenonlibrary/cenonlibrary-3.90.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cenonlibrary/cenonlibrary-3.90.ebuild,v 1.1 2010/09/01 11:57:40 voyageur Exp $ + +EAPI=3 +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} +} |