diff options
author | 2004-12-02 11:34:58 +0000 | |
---|---|---|
committer | 2004-12-02 11:34:58 +0000 | |
commit | e0f15a2b72d59f3e63ddfcddb90351b10cb45e37 (patch) | |
tree | 6c04d93fb725b46ac3ecb7d336db499ee6f65556 /x11-libs/nucleo | |
parent | QA fix and version bump as per bug #69279. (diff) | |
download | historical-e0f15a2b72d59f3e63ddfcddb90351b10cb45e37.tar.gz historical-e0f15a2b72d59f3e63ddfcddb90351b10cb45e37.tar.bz2 historical-e0f15a2b72d59f3e63ddfcddb90351b10cb45e37.zip |
Version bumped.
Diffstat (limited to 'x11-libs/nucleo')
-rw-r--r-- | x11-libs/nucleo/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/nucleo/Manifest | 14 | ||||
-rw-r--r-- | x11-libs/nucleo/files/digest-nucleo-0.1_p20041130 | 1 | ||||
-rw-r--r-- | x11-libs/nucleo/nucleo-0.1_p20041130.ebuild | 31 |
4 files changed, 52 insertions, 2 deletions
diff --git a/x11-libs/nucleo/ChangeLog b/x11-libs/nucleo/ChangeLog index 346b4151ad20..161207120a9c 100644 --- a/x11-libs/nucleo/ChangeLog +++ b/x11-libs/nucleo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/nucleo # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/nucleo/ChangeLog,v 1.5 2004/09/03 09:25:14 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/nucleo/ChangeLog,v 1.6 2004/12/02 11:34:58 usata Exp $ + +*nucleo-0.1_p20041130 (02 Dec 2004) + + 02 Dec 2004; Mamoru KOMACHI <usata@gentoo.org> + +nucleo-0.1_p20041130.ebuild: + Version bumped. 03 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> nucleo-0.1-r1.ebuild, -nucleo-0.1.ebuild: diff --git a/x11-libs/nucleo/Manifest b/x11-libs/nucleo/Manifest index cc47a77b41ce..70daf43422d9 100644 --- a/x11-libs/nucleo/Manifest +++ b/x11-libs/nucleo/Manifest @@ -1,4 +1,16 @@ -MD5 51fa6bc303f146538e6d540edccf9306 ChangeLog 988 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e0a5201f21d314ba7041ca4f0924748b ChangeLog 1125 MD5 e7307c1653035014c1e36a27ca8ccb45 metadata.xml 163 MD5 b01e352a8ee8c0a30945b024f576f8d6 nucleo-0.1-r1.ebuild 755 +MD5 e7b3cb21b8d680b74894302a2fae6aeb nucleo-0.1_p20041130.ebuild 770 +MD5 fd28d1ef9fa7838bd45810e67b06b92a files/digest-nucleo-0.1_p20041130 72 MD5 62ea22d5eff98ff9d6070953441b6b1e files/digest-nucleo-0.1-r1 72 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBrv3nVWNWqTUmv+0RAjAUAJ4lftZgg/05t/9Ay1SB2iSAPQOTHQCdGYhh +ReLO7LX1dblz14YQaFKXTRk= +=Zsb0 +-----END PGP SIGNATURE----- diff --git a/x11-libs/nucleo/files/digest-nucleo-0.1_p20041130 b/x11-libs/nucleo/files/digest-nucleo-0.1_p20041130 new file mode 100644 index 000000000000..88409129c8aa --- /dev/null +++ b/x11-libs/nucleo/files/digest-nucleo-0.1_p20041130 @@ -0,0 +1 @@ +MD5 70fae9328b7695c04dd09d5bae6ed11d nucleo-0.1-20041130.tar.bz2 701822 diff --git a/x11-libs/nucleo/nucleo-0.1_p20041130.ebuild b/x11-libs/nucleo/nucleo-0.1_p20041130.ebuild new file mode 100644 index 000000000000..5ddd54458d45 --- /dev/null +++ b/x11-libs/nucleo/nucleo-0.1_p20041130.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/nucleo/nucleo-0.1_p20041130.ebuild,v 1.1 2004/12/02 11:34:58 usata Exp $ + +IUSE="" + +DESCRIPTION="Nucleo is some library for metisse" +SRC_URI="http://insitu.lri.fr/~chapuis/software/metisse/${P/_p/-}.tar.bz2" +HOMEPAGE="http://insitu.lri.fr/~chapuis/metisse" + +DEPEND="virtual/x11 + virtual/opengl + media-libs/freetype + media-libs/libpng + media-libs/jpeg" + +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="~x86 ~ppc" + +S="${WORKDIR}/${P/_p*/}" + +src_compile() { + econf || die "configure failed" + emake || die "make failed" +} + +src_install() { + make DESTDIR=${D} install || die "make install failed" + dodoc README ChangeLog AUTHORS NEWS +} |