public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico (zmedico)" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/openbox: openbox-3.5.0_p20130215.ebuild ChangeLog
Date: Sat, 16 Feb 2013 05:58:07 +0000 (UTC)	[thread overview]
Message-ID: <20130216055807.7D7E42171D@flycatcher.gentoo.org> (raw)

zmedico     13/02/16 05:58:07

  Modified:             openbox-3.5.0_p20130215.ebuild ChangeLog
  Log:
  Fix for prefix and add ~x86-linux keyword.
  
  (Portage version: 2.2.0_alpha163/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)

Revision  Changes    Path
1.2                  x11-wm/openbox/openbox-3.5.0_p20130215.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/openbox-3.5.0_p20130215.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/openbox-3.5.0_p20130215.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/openbox-3.5.0_p20130215.ebuild?r1=1.1&r2=1.2

Index: openbox-3.5.0_p20130215.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.5.0_p20130215.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openbox-3.5.0_p20130215.ebuild	15 Feb 2013 22:22:10 -0000	1.1
+++ openbox-3.5.0_p20130215.ebuild	16 Feb 2013 05:58:07 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.5.0_p20130215.ebuild,v 1.1 2013/02/15 22:22:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.5.0_p20130215.ebuild,v 1.2 2013/02/16 05:58:07 zmedico Exp $
 
 EAPI="4"
 inherit multilib autotools python eutils
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux"
 IUSE="branding debug imlib nls python session startup-notification static-libs"
 
 RDEPEND="dev-libs/glib:2
@@ -48,7 +48,7 @@
 
 src_configure() {
 	econf \
-		--docdir=/usr/share/doc/${PF} \
+		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
 		--disable-silent-rules \
 		$(use_enable debug) \
 		$(use_enable imlib imlib2) \
@@ -61,7 +61,7 @@
 
 src_install() {
 	dodir /etc/X11/Sessions
-	echo "/usr/bin/openbox-session" > "${D}/etc/X11/Sessions/${PN}"
+	echo "/usr/bin/openbox-session" > "${ED}/etc/X11/Sessions/${PN}"
 	fperms a+x /etc/X11/Sessions/${PN}
 	emake DESTDIR="${D}" install
 	if use branding; then
@@ -73,6 +73,6 @@
 			"${D}"/etc/xdg/openbox/rc.xml \
 			|| die "failed to set Surreal Gentoo as the default theme"
 	fi
-	! use static-libs && rm "${D}"/usr/$(get_libdir)/lib{obt,obrender}.la
-	! use python && rm "${D}"/usr/libexec/openbox-xdg-autostart
+	! use static-libs && rm "${ED}"/usr/$(get_libdir)/lib{obt,obrender}.la
+	! use python && rm "${ED}"/usr/libexec/openbox-xdg-autostart
 }



1.266                x11-wm/openbox/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/ChangeLog?rev=1.266&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/ChangeLog?rev=1.266&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/ChangeLog?r1=1.265&r2=1.266

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- ChangeLog	15 Feb 2013 22:22:10 -0000	1.265
+++ ChangeLog	16 Feb 2013 05:58:07 -0000	1.266
@@ -1,6 +1,9 @@
 # ChangeLog for x11-wm/openbox
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.265 2013/02/15 22:22:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.266 2013/02/16 05:58:07 zmedico Exp $
+
+  16 Feb 2013; Zac Medico <zmedico@gentoo.org> openbox-3.5.0_p20130215.ebuild:
+  Fix for prefix and add ~x86-linux keyword.
 
 *openbox-3.5.0_p20130215 (15 Feb 2013)
 





             reply	other threads:[~2013-02-16  5:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-16  5:58 Zac Medico (zmedico) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-22 20:49 [gentoo-commits] gentoo-x86 commit in x11-wm/openbox: openbox-3.5.0_p20130215.ebuild ChangeLog Zac Medico (zmedico)
2013-07-22 14:25 Vicente Olivert Riera (vincent)
2013-07-22 20:41 Agostino Sarubbo (ago)
2013-07-22 22:03 Agostino Sarubbo (ago)
2013-07-23 20:01 Agostino Sarubbo (ago)
2013-07-30 12:32 Agostino Sarubbo (ago)
2013-08-03  6:53 Agostino Sarubbo (ago)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130216055807.7D7E42171D@flycatcher.gentoo.org \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox