public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/parcellite: ChangeLog parcellite-1.0.1.ebuild parcellite-0.9.1.ebuild
@ 2012-07-31 22:41 Julian Ospald (hasufell)
  0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2012-07-31 22:41 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/07/31 22:41:49

  Modified:             ChangeLog parcellite-1.0.1.ebuild
                        parcellite-0.9.1.ebuild
  Log:
  fix underlinking wrt #379661
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 x11-misc/parcellite/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	5 May 2012 04:53:44 -0000	1.18
+++ ChangeLog	31 Jul 2012 22:41:49 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/parcellite
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.18 2012/05/05 04:53:44 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.19 2012/07/31 22:41:49 hasufell Exp $
+
+  31 Jul 2012; Julian Ospald <hasufell@gentoo.org> parcellite-0.9.1.ebuild,
+  parcellite-1.0.1.ebuild:
+  fix underlinking wrt #379661
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> parcellite-0.9.1.ebuild,
   parcellite-1.0.1.ebuild:



1.3                  x11-misc/parcellite/parcellite-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/parcellite-1.0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/parcellite-1.0.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/parcellite-1.0.1.ebuild?r1=1.2&r2=1.3

Index: parcellite-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- parcellite-1.0.1.ebuild	5 May 2012 04:53:44 -0000	1.2
+++ parcellite-1.0.1.ebuild	31 Jul 2012 22:41:49 -0000	1.3
@@ -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/x11-misc/parcellite/parcellite-1.0.1.ebuild,v 1.2 2012/05/05 04:53:44 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.0.1.ebuild,v 1.3 2012/07/31 22:41:49 hasufell Exp $
 
 EAPI=2
-inherit fdo-mime autotools
+inherit fdo-mime flag-o-matic autotools
 
 DESCRIPTION="A lightweight GTK+ based clipboard manager."
 HOMEPAGE="http://parcellite.sourceforge.net/"
@@ -26,6 +26,7 @@
 }
 
 src_configure() {
+	append-libs -lX11
 	econf \
 		--disable-dependency-tracking \
 		$(use_enable nls)



1.5                  x11-misc/parcellite/parcellite-0.9.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/parcellite-0.9.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/parcellite-0.9.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/parcellite-0.9.1.ebuild?r1=1.4&r2=1.5

Index: parcellite-0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.9.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- parcellite-0.9.1.ebuild	5 May 2012 04:53:44 -0000	1.4
+++ parcellite-0.9.1.ebuild	31 Jul 2012 22:41:49 -0000	1.5
@@ -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/x11-misc/parcellite/parcellite-0.9.1.ebuild,v 1.4 2012/05/05 04:53:44 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.9.1.ebuild,v 1.5 2012/07/31 22:41:49 hasufell Exp $
 
 EAPI=2
-inherit fdo-mime
+inherit fdo-mime flag-o-matic
 
 DESCRIPTION="A lightweight GTK+ based clipboard manager."
 HOMEPAGE="http://parcellite.sourceforge.net/"
@@ -22,6 +22,7 @@
 		dev-util/intltool )"
 
 src_configure() {
+	append-libs -lX11
 	econf --disable-dependency-tracking $(use_enable nls)
 }
 





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

only message in thread, other threads:[~2012-07-31 22:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31 22:41 [gentoo-commits] gentoo-x86 commit in x11-misc/parcellite: ChangeLog parcellite-1.0.1.ebuild parcellite-0.9.1.ebuild Julian Ospald (hasufell)

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