Portage is a package management system used by Gentoo Linux
# 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 $
08 Mar 2008; Santiago M. Mola
cenonlibrary-3.82.ebuild:
amd64 stable wrt bug #207381
30 Jan 2008; Brent Baude
Marking cenonlibrary-3.82 ppc for bug 207381
25 Jan 2008; Christian Faulhammer
cenonlibrary-3.82.ebuild:
quote variable
25 Jan 2008; Christian Faulhammer
cenonlibrary-3.82.ebuild:
stable x86, bug 207381
*cenonlibrary-3.82 (10 Sep 2007)
10 Sep 2007; Bernard Cafarelli
-cenonlibrary-3.80.1.ebuild, +cenonlibrary-3.82.ebuild:
Version bump from the GNUstep overlay
22 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
*cenonlibrary-3.80.1 (26 Mar 2006)
26 Mar 2006; Fabian Groffen
+cenonlibrary-3.80.1.ebuild:
Initial commit. Ebuild based on original from Armando Di Cianno (bug #54786)
DIST CenonLibrary-3.82-1.tar.bz2 11422281 RMD160 fa626d5be312520cac89485e0b6f32a48be546d1 SHA1 c1749422fbb0f7509bdd5cf52a11fd8da347d3d2 SHA256 9e116dc985e19456eeb7d71205d2685fab8da828de84ba2a0726ab4abeddaf49
EBUILD cenonlibrary-3.82.ebuild 666 RMD160 71e071c66b43bdc575c783f0a799de38c61b4aa7 SHA1 4728543ad79de2cf3ca16aeb76f996d9d4182e67 SHA256 b3fde00f2a3f2eb215aa6fee805dd842fe2012d7875c40f18bd234a6507121a5
MISC ChangeLog 1149 RMD160 1a6f08906617297e93c88f4676fa4585e66b3081 SHA1 f9f594f1cc211d2fb540c24f60324dd6465c4e99 SHA256 25de725bdd520e43dbbd76c7ab35b305b0973486cf1ccd9ff5f1cea4d367fba6
MISC metadata.xml 418 RMD160 3f2242a565e235f85b3c69c5640a123848a1ddf9 SHA1 5a4dd191c9692af74efb7c79c2fa21140e7ef584 SHA256 3528f04dc79ccce040e53bc3f755eece10c3fe45ae5b9517cdc59509fc43c682
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cenonlibrary/cenonlibrary-3.82.ebuild,v 1.5 2008/03/08 13:11:10 coldwind 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-${PV}-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}
}
Cenon is a graphical tool of a special kind. Build upon a
modular graphical core, Cenon offers a wide variety of
possibilities and applications.
This package contains the supporting libraries for cenon itself.