public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: ChangeLog libsexy-0.1.11-r2.ebuild
@ 2010-02-25 20:50 Fabian Groffen (grobian)
  0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen (grobian) @ 2010-02-25 20:50 UTC (permalink / raw
  To: gentoo-commits

grobian     10/02/25 20:50:55

  Modified:             ChangeLog
  Added:                libsexy-0.1.11-r2.ebuild
  Log:
  Revbump for EAPI-3 bump, necessary for fixing bug #306357, fix out of Prefix installation
  (Portage version: 2.2.00.15444-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.42                 x11-libs/libsexy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	17 Feb 2010 12:55:40 -0000	1.41
+++ ChangeLog	25 Feb 2010 20:50:54 -0000	1.42
@@ -1,6 +1,13 @@
 # ChangeLog for x11-libs/libsexy
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.41 2010/02/17 12:55:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.42 2010/02/25 20:50:54 grobian Exp $
+
+*libsexy-0.1.11-r2 (25 Feb 2010)
+
+  25 Feb 2010; Fabian Groffen <grobian@gentoo.org>
+  +libsexy-0.1.11-r2.ebuild:
+  Revbump for EAPI-3 bump, necessary for fixing bug #306357, fix out of
+  Prefix installation
 
   17 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
   libsexy-0.1.11-r1.ebuild:



1.1                  x11-libs/libsexy/libsexy-0.1.11-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild?rev=1.1&content-type=text/plain

Index: libsexy-0.1.11-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild,v 1.1 2010/02/25 20:50:54 grobian Exp $

EAPI=3
inherit autotools eutils

DESCRIPTION="Sexy GTK+ Widgets"
HOMEPAGE="http://www.chipx86.com/wiki/Libsexy"
SRC_URI="http://releases.chipx86.com/${PN}/${PN}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc"

RDEPEND=">=dev-libs/glib-2.6:2
	>=x11-libs/gtk+-2.6:2
	dev-libs/libxml2
	>=x11-libs/pango-1.4.0
	>=app-text/iso-codes-0.49"
DEPEND="${RDEPEND}
	>=dev-lang/perl-5
	>=dev-util/pkgconfig-0.19
	dev-util/gtk-doc-am
	doc? ( >=dev-util/gtk-doc-1.4 )"

src_prepare() {
	epatch "${FILESDIR}"/${P}-fix-null-list.patch

	sed -i \
		-e 's:noinst_PROGRAMS:check_PROGRAMS:' \
		tests/Makefile.am || die

	eautoreconf
}

src_configure() {
	econf \
		--disable-dependency-tracking \
		$(use_enable doc gtk-doc) \
		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog NEWS
}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: ChangeLog libsexy-0.1.11-r2.ebuild
@ 2011-04-04 15:17 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-04-04 15:17 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/04/04 15:17:51

  Modified:             ChangeLog libsexy-0.1.11-r2.ebuild
  Log:
  USE="static-libs" and punt useless libtool archive.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.49                 x11-libs/libsexy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	20 May 2010 01:53:20 -0000	1.48
+++ ChangeLog	4 Apr 2011 15:17:51 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libsexy
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.48 2010/05/20 01:53:20 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.49 2011/04/04 15:17:51 ssuominen Exp $
+
+  04 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> libsexy-0.1.11-r2.ebuild:
+  USE="static-libs" and punt useless libtool archive.
 
   20 May 2010; Jeroen Roovers <jer@gentoo.org> libsexy-0.1.11-r1.ebuild:
   Stable for HPPA (bug #305521).



1.2                  x11-libs/libsexy/libsexy-0.1.11-r2.ebuild

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

Index: libsexy-0.1.11-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsexy-0.1.11-r2.ebuild	25 Feb 2010 20:50:54 -0000	1.1
+++ libsexy-0.1.11-r2.ebuild	4 Apr 2011 15:17:51 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild,v 1.1 2010/02/25 20:50:54 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild,v 1.2 2011/04/04 15:17:51 ssuominen Exp $
 
 EAPI=3
 inherit autotools eutils
@@ -12,7 +12,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="doc"
+IUSE="doc static-libs"
 
 RDEPEND=">=dev-libs/glib-2.6:2
 	>=x11-libs/gtk+-2.6:2
@@ -38,6 +38,7 @@
 src_configure() {
 	econf \
 		--disable-dependency-tracking \
+		$(use_enable static-libs static) \
 		$(use_enable doc gtk-doc) \
 		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
 }
@@ -45,4 +46,6 @@
 src_install() {
 	emake DESTDIR="${D}" install || die
 	dodoc AUTHORS ChangeLog NEWS
+
+	find "${ED}" -name '*.la' -exec rm -f {} +
 }






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: ChangeLog libsexy-0.1.11-r2.ebuild
@ 2011-04-05  7:44 Christoph Mende (angelos)
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Mende (angelos) @ 2011-04-05  7:44 UTC (permalink / raw
  To: gentoo-commits

angelos     11/04/05 07:44:09

  Modified:             ChangeLog libsexy-0.1.11-r2.ebuild
  Log:
  Stable on amd64 wrt bug #361917
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 x11-libs/libsexy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	4 Apr 2011 15:17:51 -0000	1.49
+++ ChangeLog	5 Apr 2011 07:44:09 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libsexy
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.49 2011/04/04 15:17:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.50 2011/04/05 07:44:09 angelos Exp $
+
+  05 Apr 2011; Christoph Mende <angelos@gentoo.org> libsexy-0.1.11-r2.ebuild:
+  Stable on amd64 wrt bug #361917
 
   04 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> libsexy-0.1.11-r2.ebuild:
   USE="static-libs" and punt useless libtool archive.



1.3                  x11-libs/libsexy/libsexy-0.1.11-r2.ebuild

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

Index: libsexy-0.1.11-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libsexy-0.1.11-r2.ebuild	4 Apr 2011 15:17:51 -0000	1.2
+++ libsexy-0.1.11-r2.ebuild	5 Apr 2011 07:44:09 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild,v 1.2 2011/04/04 15:17:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild,v 1.3 2011/04/05 07:44:09 angelos Exp $
 
 EAPI=3
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="doc static-libs"
 
 RDEPEND=">=dev-libs/glib-2.6:2






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: ChangeLog libsexy-0.1.11-r2.ebuild
@ 2011-04-11 23:42 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2011-04-11 23:42 UTC (permalink / raw
  To: gentoo-commits

jer         11/04/11 23:42:46

  Modified:             ChangeLog libsexy-0.1.11-r2.ebuild
  Log:
  Stable for HPPA (bug #361917).
  
  (Portage version: 2.2.0_alpha29/cvs/Linux i686)

Revision  Changes    Path
1.51                 x11-libs/libsexy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	5 Apr 2011 07:44:09 -0000	1.50
+++ ChangeLog	11 Apr 2011 23:42:46 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libsexy
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.50 2011/04/05 07:44:09 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.51 2011/04/11 23:42:46 jer Exp $
+
+  11 Apr 2011; Jeroen Roovers <jer@gentoo.org> libsexy-0.1.11-r2.ebuild:
+  Stable for HPPA (bug #361917).
 
   05 Apr 2011; Christoph Mende <angelos@gentoo.org> libsexy-0.1.11-r2.ebuild:
   Stable on amd64 wrt bug #361917



1.4                  x11-libs/libsexy/libsexy-0.1.11-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild?r1=1.3&r2=1.4

Index: libsexy-0.1.11-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libsexy-0.1.11-r2.ebuild	5 Apr 2011 07:44:09 -0000	1.3
+++ libsexy-0.1.11-r2.ebuild	11 Apr 2011 23:42:46 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild,v 1.3 2011/04/05 07:44:09 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild,v 1.4 2011/04/11 23:42:46 jer Exp $
 
 EAPI=3
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="doc static-libs"
 
 RDEPEND=">=dev-libs/glib-2.6:2






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: ChangeLog libsexy-0.1.11-r2.ebuild
@ 2011-04-16 18:56 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-04-16 18:56 UTC (permalink / raw
  To: gentoo-commits

armin76     11/04/16 18:56:49

  Modified:             ChangeLog libsexy-0.1.11-r2.ebuild
  Log:
  alpha/arm/ia64/sh/sparc/x86 stable wrt #361917
  
  (Portage version: 2.1.9.45/cvs/Linux ia64)

Revision  Changes    Path
1.52                 x11-libs/libsexy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	11 Apr 2011 23:42:46 -0000	1.51
+++ ChangeLog	16 Apr 2011 18:56:49 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libsexy
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.51 2011/04/11 23:42:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.52 2011/04/16 18:56:49 armin76 Exp $
+
+  16 Apr 2011; Raúl Porcel <armin76@gentoo.org> libsexy-0.1.11-r2.ebuild:
+  alpha/arm/ia64/sh/sparc/x86 stable wrt #361917
 
   11 Apr 2011; Jeroen Roovers <jer@gentoo.org> libsexy-0.1.11-r2.ebuild:
   Stable for HPPA (bug #361917).



1.5                  x11-libs/libsexy/libsexy-0.1.11-r2.ebuild

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

Index: libsexy-0.1.11-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libsexy-0.1.11-r2.ebuild	11 Apr 2011 23:42:46 -0000	1.4
+++ libsexy-0.1.11-r2.ebuild	16 Apr 2011 18:56:49 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild,v 1.4 2011/04/11 23:42:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r2.ebuild,v 1.5 2011/04/16 18:56:49 armin76 Exp $
 
 EAPI=3
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="doc static-libs"
 
 RDEPEND=">=dev-libs/glib-2.6:2






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: ChangeLog libsexy-0.1.11-r2.ebuild
@ 2011-10-16 20:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-16 20:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/16 20:07:06

  Modified:             ChangeLog
  Removed:              libsexy-0.1.11-r2.ebuild
  Log:
  old
  
  (Portage version: 2.2.0_alpha67/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 x11-libs/libsexy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	16 Oct 2011 20:06:20 -0000	1.55
+++ ChangeLog	16 Oct 2011 20:07:05 -0000	1.56
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libsexy
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.55 2011/10/16 20:06:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.56 2011/10/16 20:07:05 ssuominen Exp $
+
+  16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+  -libsexy-0.1.11-r2.ebuild:
+  old
 
   16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> libsexy-0.1.11-r3.ebuild:
   Stabilize for everyone (only trivial change).






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

end of thread, other threads:[~2011-10-16 20:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-16 20:07 [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: ChangeLog libsexy-0.1.11-r2.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-16 18:56 Raul Porcel (armin76)
2011-04-11 23:42 Jeroen Roovers (jer)
2011-04-05  7:44 Christoph Mende (angelos)
2011-04-04 15:17 Samuli Suominen (ssuominen)
2010-02-25 20:50 Fabian Groffen (grobian)

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