public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in rox-base/rox-lib: ChangeLog rox-lib-2.0.4-r1.ebuild
@ 2007-12-04 17:32 Jim Ramsay (lack)
  0 siblings, 0 replies; only message in thread
From: Jim Ramsay (lack) @ 2007-12-04 17:32 UTC (permalink / raw
  To: gentoo-commits

lack        07/12/04 17:32:28

  Modified:             ChangeLog
  Added:                rox-lib-2.0.4-r1.ebuild
  Log:
  Updated to install 0install native feed with new rox-0install eclass
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.21                 rox-base/rox-lib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	29 Nov 2007 16:14:38 -0000	1.20
+++ ChangeLog	4 Dec 2007 17:32:27 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for rox-base/rox-lib
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v 1.20 2007/11/29 16:14:38 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v 1.21 2007/12/04 17:32:27 lack Exp $
+
+*rox-lib-2.0.4-r1 (04 Dec 2007)
+
+  04 Dec 2007; Jim Ramsay <lack@gentoo.org> +rox-lib-2.0.4-r1.ebuild:
+  Updated to install 0install native feed for the new rox-0install eclass
 
   29 Nov 2007; Jim Ramsay <lack@gentoo.org> -rox-lib-2.0.3-r1.ebuild,
   -rox-lib-2.0.3-r2.ebuild, -rox-lib-2.0.3-r3.ebuild:



1.1                  rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: rox-lib-2.0.4-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild,v 1.1 2007/12/04 17:32:27 lack Exp $

NEED_PYTHON="2.3"
inherit python eutils multilib

MY_PN="rox-lib2"
DESCRIPTION="ROX-Lib2 - Shared code for ROX applications by Thomas Leonard"
HOMEPAGE="http://rox.sourceforge.net/desktop/ROX-Lib"
SRC_URI="mirror://sourceforge/rox/${MY_PN}-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND=">=rox-base/rox-2.2.0
		>=dev-python/pygtk-2.8.2"

DEPEND="rox-base/zeroinstall-injector"

S=${WORKDIR}/${MY_PN}-${PV}

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"

	dodir "${baselibdir}"
	cp -r ROX-Lib2/ "${D}${baselibdir}"
	python_mod_optimize "${D}${baselibdir}/ROX-Lib2/" >/dev/null 2>&1
	dodir /usr/share/doc/
	dosym "${baselibdir}/ROX-Lib2/Help" "/usr/share/doc/${P}"

	0distutils ROX-Lib2/ROX-Lib2.xml > tmp.native_feed || die "0distutilss feed edit failed"
	insinto "${baselibdir}/ROX-Lib2/"
	newins tmp.native_feed ROX-Lib2.xml

	local feedname
	feedname=$(0distutils -e tmp.native_feed) || "0distutils URI escape failed"
	dosym "${baselibdir}/ROX-Lib2/ROX-Lib2.xml" "${NATIVE_FEED_DIR}/${feedname}"

	local cachedname
	cachedname=$(0distutils -c tmp.native_feed) || "0distutils URI escape failed"
	dosym "${baselibdir}/ROX-Lib2/.DirIcon" "${ICON_CACHE_DIR}/${cachedname}"
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-04 17:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-04 17:32 [gentoo-commits] gentoo-x86 commit in rox-base/rox-lib: ChangeLog rox-lib-2.0.4-r1.ebuild Jim Ramsay (lack)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox