public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-embed-plugin: xfce4-embed-plugin-0.8.0.ebuild ChangeLog
@ 2012-02-05 11:06 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-02-05 11:06 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/02/05 11:06:25

  Modified:             ChangeLog
  Added:                xfce4-embed-plugin-0.8.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  xfce-extra/xfce4-embed-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	10 Jan 2012 09:57:35 -0000	1.1
+++ ChangeLog	5 Feb 2012 11:06:25 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-embed-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v 1.1 2012/01/10 09:57:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v 1.2 2012/02/05 11:06:25 ssuominen Exp $
+
+*xfce4-embed-plugin-0.8.0 (05 Feb 2012)
+
+  05 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
+  +xfce4-embed-plugin-0.8.0.ebuild:
+  Version bump.
 
 *xfce4-embed-plugin-0.0.2_pre (10 Jan 2012)
 



1.1                  xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.8.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.8.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.8.0.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-embed-plugin-0.8.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.8.0.ebuild,v 1.1 2012/02/05 11:06:25 ssuominen Exp $

EAPI=4
inherit xfconf

DESCRIPTION="A plug-in for embedding arbitrary application windows into the Xfce panel"
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin"
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

RDEPEND=">=x11-libs/gtk+-2.20:2
	x11-libs/libX11
	>=xfce-base/libxfce4ui-4.8
	>=xfce-base/libxfce4util-4.8
	>=xfce-base/xfce4-panel-4.8"
DEPEND="${RDEPEND}
	dev-util/intltool
	dev-util/pkgconfig
	sys-devel/gettext"

pkg_setup() {
	XFCONF=(
		$(xfconf_use_debug)
		)

	DOCS=( AUTHORS ChangeLog NEWS README THANKS )
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-embed-plugin: xfce4-embed-plugin-0.8.0.ebuild ChangeLog
@ 2012-04-09 18:19 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-04-09 18:19 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/04/09 18:19:57

  Modified:             xfce4-embed-plugin-0.8.0.ebuild ChangeLog
  Log:
  Install to libdir instead of libexecdir.
  
  (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.8.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.8.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.8.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.8.0.ebuild?r1=1.1&r2=1.2

Index: xfce4-embed-plugin-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-embed-plugin-0.8.0.ebuild	5 Feb 2012 11:06:25 -0000	1.1
+++ xfce4-embed-plugin-0.8.0.ebuild	9 Apr 2012 18:19:56 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.8.0.ebuild,v 1.1 2012/02/05 11:06:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.8.0.ebuild,v 1.2 2012/04/09 18:19:56 ssuominen Exp $
 
 EAPI=4
-inherit xfconf
+inherit multilib xfconf
 
 DESCRIPTION="A plug-in for embedding arbitrary application windows into the Xfce panel"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin"
@@ -26,6 +26,7 @@
 
 pkg_setup() {
 	XFCONF=(
+		--libexecdir="${EPREFIX}"/usr/$(get_libdir)
 		$(xfconf_use_debug)
 		)
 



1.4                  xfce-extra/xfce4-embed-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	9 Apr 2012 18:12:39 -0000	1.3
+++ ChangeLog	9 Apr 2012 18:19:56 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-embed-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v 1.3 2012/04/09 18:12:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v 1.4 2012/04/09 18:19:56 ssuominen Exp $
+
+  09 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-embed-plugin-0.8.0.ebuild:
+  Install to libdir instead of libexecdir.
 
   09 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
   -xfce4-embed-plugin-0.0.2_pre.ebuild:






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-09 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-05 11:06 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-embed-plugin: xfce4-embed-plugin-0.8.0.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-09 18:19 Samuli Suominen (ssuominen)

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