diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-12-13 23:09:06 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-12-13 23:09:06 +0000 |
commit | f396b1b47a5c20b4b3b3833b05db029197143fb7 (patch) | |
tree | 4f656a0cb3e42ee7978ac366b42876b3b6433bb8 /gnustep-base/gnustep-gui | |
parent | Removed an extra line. (Manifest recommit) (diff) | |
download | gentoo-2-f396b1b47a5c20b4b3b3833b05db029197143fb7.tar.gz gentoo-2-f396b1b47a5c20b4b3b3833b05db029197143fb7.tar.bz2 gentoo-2-f396b1b47a5c20b4b3b3833b05db029197143fb7.zip |
Cleanup relating to choice of dev-lib/libffi or gcc with gcj or obcj use flag turned on; very information dense error messages now given when objc or libffi is not available; old ebuilds pruned out (one "stable" release, one "cvs fetching" release); "stable" release base libs marked stable on ppc
Diffstat (limited to 'gnustep-base/gnustep-gui')
7 files changed, 13 insertions, 117 deletions
diff --git a/gnustep-base/gnustep-gui/ChangeLog b/gnustep-base/gnustep-gui/ChangeLog index f8365b8f5af7..352109e07be2 100644 --- a/gnustep-base/gnustep-gui/ChangeLog +++ b/gnustep-base/gnustep-gui/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gnustep-base/gnustep-gui # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.19 2004/12/04 20:18:44 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.20 2004/12/13 23:07:39 fafhrd Exp $ + +*gnustep-gui-0.9.5_pre20041116 (13 Dec 2004) + + 13 Dec 2004; Armando Di Cianno <fafhrd@gentoo.org> gnustep-gui-0.9.4.ebuild, + -gnustep-gui-0.9.5_pre20041030-r1.ebuild, + -gnustep-gui-0.9.5_pre20041116.ebuild: + Cleaned up detection of objc and libff; general cleanups *gnustep-gui-0.9.5_pre20041203 (03 Dec 2004) diff --git a/gnustep-base/gnustep-gui/Manifest b/gnustep-base/gnustep-gui/Manifest index dd88ef2d4c30..7002969ffdcb 100644 --- a/gnustep-base/gnustep-gui/Manifest +++ b/gnustep-base/gnustep-gui/Manifest @@ -1,11 +1,7 @@ MD5 a74baf5c3ea6c19e21df7f40969bbd7b gnustep-gui-0.9.5_pre20041203.ebuild 1639 -MD5 607268c9f22de0b8e93c9e4937b9b84b gnustep-gui-0.9.5_pre20041116.ebuild 1631 -MD5 08b57ab90ee62e3af9d126a19b080daa gnustep-gui-0.9.5_pre20041030-r1.ebuild 1629 -MD5 28a0beab53c38d4754042e85b933077c ChangeLog 5778 +MD5 0f74842b8a18325a903f019fba20e3f6 ChangeLog 6048 MD5 649db105cbe2e9ffcca068143f88926f metadata.xml 1355 -MD5 08d349df6711334260b64ba8fd892215 gnustep-gui-0.9.4.ebuild 1342 +MD5 d899503bcd680c85e029a054095ca8c0 gnustep-gui-0.9.4.ebuild 1376 MD5 6f66904f0ad8d980c653d5c0fdf7d81b files/gnustep-gui-0.9.4-camaelon.patch 4029 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gnustep-gui-0.9.5_pre20041030-r1 0 MD5 c6c9275a80b7fc7af0686d0875489069 files/digest-gnustep-gui-0.9.4 70 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gnustep-gui-0.9.5_pre20041116 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gnustep-gui-0.9.5_pre20041203 0 diff --git a/gnustep-base/gnustep-gui/files/digest-gnustep-gui-0.9.5_pre20041030-r1 b/gnustep-base/gnustep-gui/files/digest-gnustep-gui-0.9.5_pre20041030-r1 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/gnustep-base/gnustep-gui/files/digest-gnustep-gui-0.9.5_pre20041030-r1 +++ /dev/null diff --git a/gnustep-base/gnustep-gui/files/digest-gnustep-gui-0.9.5_pre20041116 b/gnustep-base/gnustep-gui/files/digest-gnustep-gui-0.9.5_pre20041116 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/gnustep-base/gnustep-gui/files/digest-gnustep-gui-0.9.5_pre20041116 +++ /dev/null diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.9.4.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.9.4.ebuild index 90a8d1c13c60..81fd80bc00c9 100644 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.9.4.ebuild +++ b/gnustep-base/gnustep-gui/gnustep-gui-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.9.4.ebuild,v 1.7 2004/11/23 20:35:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.9.4.ebuild,v 1.8 2004/12/13 23:07:39 fafhrd Exp $ inherit gnustep @@ -8,12 +8,13 @@ DESCRIPTION="It is a library of graphical user interface classes written complet HOMEPAGE="http://www.gnustep.org" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" -KEYWORDS="~ppc ~x86 amd64 ~sparc ~alpha" +KEYWORDS="ppc ~x86 amd64 ~sparc ~alpha" SLOT="0" LICENSE="LGPL-2.1" IUSE="${IUSE} jpeg gif png gsnd doc cups" DEPEND="${GNUSTEP_BASE_DEPEND} + ~gnustep-base/gnustep-base-1.10.1 virtual/x11 >=media-libs/tiff-3* jpeg? >=media-libs/jpeg-6b* diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20041030-r1.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20041030-r1.ebuild deleted file mode 100644 index 5ace15d10beb..000000000000 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20041030-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20041030-r1.ebuild,v 1.1 2004/11/12 03:47:43 fafhrd Exp $ - -ECVS_CVS_COMMAND="cvs -q" -ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep" -ECVS_USER="anoncvs" -ECVS_AUTH="ext" -ECVS_MODULE="gnustep/core/gui" -ECVS_CO_OPTS="-P -D ${PV/*_pre}" -ECVS_UP_OPTS="-dP -D ${PV/*_pre}" -ECVS_TOP_DIR="${DISTDIR}/cvs-src/savannah.gnu.org-gnustep" -inherit gnustep cvs - -S=${WORKDIR}/${ECVS_MODULE} - -DESCRIPTION="It is a library of graphical user interface classes written completely in the Objective-C language." -HOMEPAGE="http://www.gnustep.org" - -KEYWORDS="~ppc ~x86 ~amd64 ~sparc ~alpha" -SLOT="0" -LICENSE="LGPL-2.1" - -IUSE="${IUSE} jpeg gif png gsnd doc cups" -DEPEND="${GNUSTEP_BASE_DEPEND} - =gnustep-base/gnustep-base-1.10.1* - virtual/x11 - >=media-libs/tiff-3* - jpeg? >=media-libs/jpeg-6b* - gif? >=media-libs/libungif-4.1* - png? >=media-libs/libpng-1.2* - gsnd? >=media-libs/audiofile-0.2* - cups? >=net-print/cups-1.1* - app-text/aspell" -RDEPEND="${DEPEND} - ${DOC_RDEPEND}" - -egnustep_install_domain "System" - -src_compile() { - egnustep_env - - myconf="--with-tiff-include=/usr/include --with-tiff-library=/usr/lib" - myconf="$myconf `use_enable gsnd`" - use gsnd && myconf="$myconf --with-audiofile-include=/usr/include --with-audiofile-lib=/usr/lib" - use gif && myconf="$myconf --enable-ungif" - myconf="$myconf `use_enable jpeg`" - myconf="$myconf `use_enable png`" - myconf="$myconf `use_enable cups`" - econf $myconf || die "configure failed" - - egnustep_make || die -} - diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20041116.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20041116.ebuild deleted file mode 100644 index d978a848747c..000000000000 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20041116.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20041116.ebuild,v 1.1 2004/11/16 23:14:30 fafhrd Exp $ - -ECVS_CVS_COMMAND="cvs -q" -ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep" -ECVS_USER="anoncvs" -ECVS_AUTH="ext" -ECVS_MODULE="gnustep/core/gui" -ECVS_CO_OPTS="-P -D ${PV/*_pre}" -ECVS_UP_OPTS="-dP -D ${PV/*_pre}" -ECVS_TOP_DIR="${DISTDIR}/cvs-src/savannah.gnu.org-gnustep" -inherit gnustep cvs - -S=${WORKDIR}/${ECVS_MODULE} - -DESCRIPTION="It is a library of graphical user interface classes written completely in the Objective-C language." -HOMEPAGE="http://www.gnustep.org" - -KEYWORDS="~ppc ~x86 ~amd64 ~sparc ~alpha" -SLOT="0" -LICENSE="LGPL-2.1" - -IUSE="${IUSE} jpeg gif png gsnd doc cups" -DEPEND="${GNUSTEP_BASE_DEPEND} - >=gnustep-base/gnustep-base-1.10.2_pre* - virtual/x11 - >=media-libs/tiff-3* - jpeg? >=media-libs/jpeg-6b* - gif? >=media-libs/libungif-4.1* - png? >=media-libs/libpng-1.2* - gsnd? >=media-libs/audiofile-0.2* - cups? >=net-print/cups-1.1* - app-text/aspell" -RDEPEND="${DEPEND} - ${DOC_RDEPEND}" - -egnustep_install_domain "System" - -src_compile() { - egnustep_env - - myconf="--with-tiff-include=/usr/include --with-tiff-library=/usr/lib" - myconf="$myconf `use_enable gsnd`" - use gsnd && myconf="$myconf --with-audiofile-include=/usr/include --with-audiofile-lib=/usr/lib" - use gif && myconf="$myconf --enable-ungif" - myconf="$myconf `use_enable jpeg`" - myconf="$myconf `use_enable png`" - myconf="$myconf `use_enable cups`" - econf $myconf || die "configure failed" - - egnustep_make || die -} - |