public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/molecule: ChangeLog molecule-0.9.20.7.ebuild
@ 2011-08-13 14:03 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; only message in thread
From: Fabio Erculiani (lxnay) @ 2011-08-13 14:03 UTC (permalink / raw
  To: gentoo-commits

lxnay       11/08/13 14:03:16

  Modified:             ChangeLog molecule-0.9.20.7.ebuild
  Log:
  install non-arch dependent files in /usr/lib
  
  (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 dev-util/molecule/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/molecule/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/molecule/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/molecule/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	21 Jul 2011 12:03:16 -0000	1.23
+++ ChangeLog	13 Aug 2011 14:03:16 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/molecule
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v 1.23 2011/07/21 12:03:16 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v 1.24 2011/08/13 14:03:16 lxnay Exp $
+
+  13 Aug 2011; Fabio Erculiani <lxnay@gentoo.org> molecule-0.9.20.7.ebuild:
+  install non-arch dependent files in /usr/lib
 
 *molecule-0.9.20.7 (21 Jul 2011)
 



1.2                  dev-util/molecule/molecule-0.9.20.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/molecule/molecule-0.9.20.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/molecule/molecule-0.9.20.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/molecule/molecule-0.9.20.7.ebuild?r1=1.1&r2=1.2

Index: molecule-0.9.20.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/molecule/molecule-0.9.20.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- molecule-0.9.20.7.ebuild	21 Jul 2011 12:03:16 -0000	1.1
+++ molecule-0.9.20.7.ebuild	13 Aug 2011 14:03:16 -0000	1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/molecule-0.9.20.7.ebuild,v 1.1 2011/07/21 12:03:16 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/molecule-0.9.20.7.ebuild,v 1.2 2011/08/13 14:03:16 lxnay Exp $
 
 EAPI="3"
 PYTHON_DEPEND="*"
 
-inherit multilib python
+inherit python
 
 DESCRIPTION="Release metatool used for creating Sabayon (and Gentoo) releases"
 HOMEPAGE="http://www.sabayon.org"
@@ -24,15 +24,15 @@
 	virtual/cdrtools"
 
 src_install() {
-	emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" \
+	emake DESTDIR="${D}" LIBDIR="/usr/lib" \
 		PREFIX="/usr" SYSCONFDIR="/etc" install \
 		|| die "emake install failed"
 }
 
 pkg_postinst() {
-	python_mod_optimize "/usr/$(get_libdir)/molecule"
+	python_mod_optimize "/usr/lib/molecule"
 }
 
 pkg_postrm() {
-	python_mod_cleanup "/usr/$(get_libdir)/molecule"
+	python_mod_cleanup "/usr/lib/molecule"
 }






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

only message in thread, other threads:[~2011-08-13 14:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-13 14:03 [gentoo-commits] gentoo-x86 commit in dev-util/molecule: ChangeLog molecule-0.9.20.7.ebuild Fabio Erculiani (lxnay)

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