diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 04:00:18 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 04:00:18 +0000 |
commit | ede46bfeb0ade603024fd1182b04674851cd5fa3 (patch) | |
tree | 4afa2f7a38c5bd7d6c91448e6789f315884e8f1b /gnustep-libs/steptalk | |
parent | Keyworded ppc for GNOME 2.8 (Manifest recommit) (diff) | |
download | gentoo-2-ede46bfeb0ade603024fd1182b04674851cd5fa3.tar.gz gentoo-2-ede46bfeb0ade603024fd1182b04674851cd5fa3.tar.bz2 gentoo-2-ede46bfeb0ade603024fd1182b04674851cd5fa3.zip |
Mass Update: gnustep.eclass revamped to allow configurable root install; gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions bumped where files would change); some KEYWORDS were accidentally dropped between version bumps of packages -- this has been resolved; windowmaker correctly supports gnustep now; gnustep-funcs.eclass added -- used where info on an installed gnustep-env is needed rather than making a full GNUstep application
Diffstat (limited to 'gnustep-libs/steptalk')
-rw-r--r-- | gnustep-libs/steptalk/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-libs/steptalk/steptalk-0.8.3_pre20040927.ebuild | 12 |
2 files changed, 16 insertions, 6 deletions
diff --git a/gnustep-libs/steptalk/ChangeLog b/gnustep-libs/steptalk/ChangeLog index cba531be69b7..a7ab0d29a444 100644 --- a/gnustep-libs/steptalk/ChangeLog +++ b/gnustep-libs/steptalk/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for gnustep-libs/steptalk # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/steptalk/ChangeLog,v 1.2 2004/10/18 12:13:11 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/steptalk/ChangeLog,v 1.3 2004/11/12 03:56:25 fafhrd Exp $ + + 11 Nov 2004; Armando Di Cianno <fafhrd@gentoo.org> + steptalk-0.8.3_pre20040927.ebuild: + Mass Update: gnustep.eclass revamped to allow configurable root install; + gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions + bumped where files would change); some KEYWORDS were accidentally dropped + between version bumps of packages -- this has been resolved; windowmaker + correctly supports gnustep now 18 Oct 2004; David Holm <dholm@gentoo.org> steptalk-0.8.3_pre20040927.ebuild: diff --git a/gnustep-libs/steptalk/steptalk-0.8.3_pre20040927.ebuild b/gnustep-libs/steptalk/steptalk-0.8.3_pre20040927.ebuild index 5552f03da448..de53f479778b 100644 --- a/gnustep-libs/steptalk/steptalk-0.8.3_pre20040927.ebuild +++ b/gnustep-libs/steptalk/steptalk-0.8.3_pre20040927.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/steptalk/steptalk-0.8.3_pre20040927.ebuild,v 1.3 2004/10/21 19:10:16 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/steptalk/steptalk-0.8.3_pre20040927.ebuild,v 1.4 2004/11/12 03:56:25 fafhrd Exp $ ECVS_CVS_COMMAND="cvs -q" ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep" ECVS_USER="anoncvs" ECVS_AUTH="ext" ECVS_MODULE="gnustep/dev-libs/${PN/stept/StepT}" -ECVS_CO_OPTS="-D ${PV/*_pre}" -ECVS_UP_OPTS="-D ${PV/*_pre}" +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 @@ -25,6 +25,8 @@ IUSE="${IUSE} doc" DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND}" +egnustep_install_domain "System" + src_install() { cd ${S} egnustep_env @@ -36,8 +38,8 @@ src_install() { mkdir -p ${TMP}/tmpdocs mv *.* ${TMP}/tmpdocs mv Reference ${TMP}/tmpdocs - mkdir -p ${D}${GNUSTEP_SYSTEM_ROOT}/Library/Documentation/Developer/${PN/stept/StepT} - mv ${TMP}/tmpdocs/* ${D}${GNUSTEP_SYSTEM_ROOT}/Library/Documentation/Developer/${PN/stept/StepT} + mkdir -p ${D}$(egnustep_install_domain)/Library/Documentation/Developer/${PN/stept/StepT} + mv ${TMP}/tmpdocs/* ${D}$(egnustep_install_domain)/Library/Documentation/Developer/${PN/stept/StepT} cd .. fi egnustep_package_config |