diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-08-28 17:58:37 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-08-28 17:58:37 +0000 |
commit | 0a4d14f9f1f22be5ad81c90d80a0156e40227d9a (patch) | |
tree | 03647d44230688dda83b84c254a3897e5033dbb7 /rox-base/rox-clib | |
parent | Marking stable on amd64 (plus some version cleanup) (diff) | |
download | gentoo-2-0a4d14f9f1f22be5ad81c90d80a0156e40227d9a.tar.gz gentoo-2-0a4d14f9f1f22be5ad81c90d80a0156e40227d9a.tar.bz2 gentoo-2-0a4d14f9f1f22be5ad81c90d80a0156e40227d9a.zip |
Marking stable on amd64, plus some version cleanup
(Portage version: 2.2_rc8/cvs/Linux 2.6.24-gentoo x86_64)
Diffstat (limited to 'rox-base/rox-clib')
-rw-r--r-- | rox-base/rox-clib/ChangeLog | 6 | ||||
-rw-r--r-- | rox-base/rox-clib/rox-clib-2.1.10.ebuild | 4 | ||||
-rw-r--r-- | rox-base/rox-clib/rox-clib-2.1.9-r2.ebuild | 71 |
3 files changed, 7 insertions, 74 deletions
diff --git a/rox-base/rox-clib/ChangeLog b/rox-base/rox-clib/ChangeLog index 43fdf2fc4f0c..4b929c8fdcc1 100644 --- a/rox-base/rox-clib/ChangeLog +++ b/rox-base/rox-clib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for rox-base/rox-clib # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-clib/ChangeLog,v 1.28 2008/05/12 01:11:38 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-clib/ChangeLog,v 1.29 2008/08/28 17:58:37 lack Exp $ + + 28 Aug 2008; Jim Ramsay <lack@gentoo.org> -rox-clib-2.1.9-r2.ebuild, + rox-clib-2.1.10.ebuild: + Marking stable on amd64, plus some version cleanup 12 May 2008; Jim Ramsay <lack@gentoo.org> rox-clib-2.1.9-r1.ebuild, rox-clib-2.1.9-r2.ebuild, rox-clib-2.1.10.ebuild: diff --git a/rox-base/rox-clib/rox-clib-2.1.10.ebuild b/rox-base/rox-clib/rox-clib-2.1.10.ebuild index 99cd02c3c46f..c1d09a1f4199 100644 --- a/rox-base/rox-clib/rox-clib-2.1.10.ebuild +++ b/rox-base/rox-clib/rox-clib-2.1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-clib/rox-clib-2.1.10.ebuild,v 1.4 2008/05/12 01:11:38 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-clib/rox-clib-2.1.10.ebuild,v 1.5 2008/08/28 17:58:37 lack Exp $ inherit multilib @@ -11,7 +11,7 @@ SRC_URI="http://www.kerofin.demon.co.uk/rox/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.0.1 diff --git a/rox-base/rox-clib/rox-clib-2.1.9-r2.ebuild b/rox-base/rox-clib/rox-clib-2.1.9-r2.ebuild deleted file mode 100644 index baa84bde8816..000000000000 --- a/rox-base/rox-clib/rox-clib-2.1.9-r2.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-clib/rox-clib-2.1.9-r2.ebuild,v 1.3 2008/05/12 01:11:38 lack Exp $ - -inherit multilib - -MY_PN="ROX-CLib" -DESCRIPTION="A library for ROX applications written in C." -HOMEPAGE="http://rox.sourceforge.net/" -SRC_URI="http://www.kerofin.demon.co.uk/rox/${MY_PN}-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.0.1 - >=dev-libs/libxml2-2.4.0" - -DEPEND="$RDEPEND - >=dev-util/pkgconfig-0.20 - rox-base/zeroinstall-injector" - -S=${WORKDIR}/ROX-CLib -APPNAME=${MY_PN} - -src_compile() { - chmod 0755 AppRun - - # Most rox self-compiles have a 'read' call to wait for the user to - # press return if the compile fails. - # Find and remove this: - sed -i.bak -e 's/\<read WAIT\>/#read/' AppRun - - ./AppRun --compile || die "Could not make ROX-CLib. Sorry." - - # Restore the original AppRun - mv AppRun.bak AppRun -} - -src_install() { - local baselibdir="/usr/$(get_libdir)" - local NATIVE_FEED_DIR="/usr/share/0install.net/native_feeds" - local ICON_CACHE_DIR="/var/cache/0install.net/interface_icons" - - # clean up source instead of remove it! - ( cd src && make clean ) - - # remove silly .cvs files - find . -name '.cvs*' | xargs rm -f >/dev/null 2>&1 - dodoc ${baselibdir}/${APPNAME} - dodir ${baselibdir}/${APPNAME} - cp -r . "${D}${baselibdir}/${APPNAME}" - ( - cd Help - dodoc Authors Changes ToDo README Versions - ) - - 0distutils ROX-CLib.xml > tmp.native_feed || die "0distutilss feed edit failed" - insinto "${baselibdir}/ROX-CLib/" - newins tmp.native_feed ROX-CLib.xml - - local feedname - feedname=$(0distutils -e tmp.native_feed) || die "0distutils URI escape failed" - dosym "${baselibdir}/ROX-CLib/ROX-CLib.xml" "${NATIVE_FEED_DIR}/${feedname}" - - local cachedname - cachedname=$(0distutils -c tmp.native_feed) || die "0distutils URI escape failed" - dosym "${baselibdir}/ROX-CLib/.DirIcon" "${ICON_CACHE_DIR}/${cachedname}" - -} |