public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/ghex: ChangeLog ghex-3.0.0.ebuild
@ 2011-09-26 18:08 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2011-09-26 18:08 UTC (permalink / raw
  To: gentoo-commits

pacho       11/09/26 18:08:28

  Modified:             ChangeLog
  Added:                ghex-3.0.0.ebuild
  Log:
  Version bump, it finally drops RDEPEND on old libgnomeprint stuff and other deprecated packages.
  
  (Portage version: 2.1.10.19/cvs/Linux x86_64)

Revision  Changes    Path
1.63                 app-editors/ghex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	24 Jan 2011 13:12:44 -0000	1.62
+++ ChangeLog	26 Sep 2011 18:08:28 -0000	1.63
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/ghex
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.62 2011/01/24 13:12:44 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.63 2011/09/26 18:08:28 pacho Exp $
+
+*ghex-3.0.0 (26 Sep 2011)
+
+  26 Sep 2011; Pacho Ramos <pacho@gentoo.org> +ghex-3.0.0.ebuild:
+  Version bump, it finally drops RDEPEND on old libgnomeprint stuff and other
+  deprecated packages.
 
   24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> ghex-2.24.0.ebuild:
   Pin gtk+ dependency to slot 2. Update ebuild to EAPI 3.



1.1                  app-editors/ghex/ghex-3.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?rev=1.1&content-type=text/plain

Index: ghex-3.0.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v 1.1 2011/09/26 18:08:28 pacho Exp $

EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"

inherit gnome2

DESCRIPTION="Gnome hexadecimal editor"
HOMEPAGE="http://www.gnome.org/"

LICENSE="GPL-2 FDL-1.1"
SLOT="2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND=">=x11-libs/gtk+-3.0:3
	dev-libs/popt
	>=dev-libs/atk-1"
DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.9
	app-text/scrollkeeper
	>=dev-util/intltool-0.41.1
	>=app-text/gnome-doc-utils-0.9.0
	>=sys-devel/gettext-0.17"

pkg_setup() {
	DOCS="AUTHORS ChangeLog NEWS README"
	G2CONF="${G2CONF} --disable-static"
}






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

* [gentoo-commits] gentoo-x86 commit in app-editors/ghex: ChangeLog ghex-3.0.0.ebuild
@ 2011-09-27 18:57 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2011-09-27 18:57 UTC (permalink / raw
  To: gentoo-commits

pacho       11/09/27 18:57:34

  Modified:             ChangeLog ghex-3.0.0.ebuild
  Log:
  popt and scrollkeeper/rarian are no longer required, thanks to tetromino for noticing.
  
  (Portage version: 2.1.10.19/cvs/Linux x86_64)

Revision  Changes    Path
1.64                 app-editors/ghex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	26 Sep 2011 18:08:28 -0000	1.63
+++ ChangeLog	27 Sep 2011 18:57:34 -0000	1.64
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/ghex
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.63 2011/09/26 18:08:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.64 2011/09/27 18:57:34 pacho Exp $
+
+  27 Sep 2011; Pacho Ramos <pacho@gentoo.org> ghex-3.0.0.ebuild:
+  popt and scrollkeeper/rarian are no longer required, thanks to tetromino for
+  noticing.
 
 *ghex-3.0.0 (26 Sep 2011)
 



1.2                  app-editors/ghex/ghex-3.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?r1=1.1&r2=1.2

Index: ghex-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ghex-3.0.0.ebuild	26 Sep 2011 18:08:28 -0000	1.1
+++ ghex-3.0.0.ebuild	27 Sep 2011 18:57:34 -0000	1.2
@@ -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/app-editors/ghex/ghex-3.0.0.ebuild,v 1.1 2011/09/26 18:08:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v 1.2 2011/09/27 18:57:34 pacho Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -16,17 +16,19 @@
 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
 IUSE=""
 
-RDEPEND=">=x11-libs/gtk+-3.0:3
-	dev-libs/popt
+RDEPEND=">=dev-libs/glib-2.26:2
+	>=x11-libs/gtk+-3.0:3
 	>=dev-libs/atk-1"
 DEPEND="${RDEPEND}
 	>=dev-util/pkgconfig-0.9
-	app-text/scrollkeeper
 	>=dev-util/intltool-0.41.1
 	>=app-text/gnome-doc-utils-0.9.0
 	>=sys-devel/gettext-0.17"
 
 pkg_setup() {
 	DOCS="AUTHORS ChangeLog NEWS README"
-	G2CONF="${G2CONF} --disable-static"
+	G2CONF="${G2CONF}
+		--disable-schemas-compile
+		--disable-scrollkeeper
+		--disable-static"
 }






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

* [gentoo-commits] gentoo-x86 commit in app-editors/ghex: ChangeLog ghex-3.0.0.ebuild
@ 2011-12-29 17:15 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2011-12-29 17:15 UTC (permalink / raw
  To: gentoo-commits

pacho       11/12/29 17:15:02

  Modified:             ChangeLog ghex-3.0.0.ebuild
  Log:
  amd64 stable, bug 393007
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.65                 app-editors/ghex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	27 Sep 2011 18:57:34 -0000	1.64
+++ ChangeLog	29 Dec 2011 17:15:02 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/ghex
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.64 2011/09/27 18:57:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.65 2011/12/29 17:15:02 pacho Exp $
+
+  29 Dec 2011; Pacho Ramos <pacho@gentoo.org> ghex-3.0.0.ebuild:
+  amd64 stable, bug 393007
 
   27 Sep 2011; Pacho Ramos <pacho@gentoo.org> ghex-3.0.0.ebuild:
   popt and scrollkeeper/rarian are no longer required, thanks to tetromino for



1.3                  app-editors/ghex/ghex-3.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?r1=1.2&r2=1.3

Index: ghex-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ghex-3.0.0.ebuild	27 Sep 2011 18:57:34 -0000	1.2
+++ ghex-3.0.0.ebuild	29 Dec 2011 17:15:02 -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/app-editors/ghex/ghex-3.0.0.ebuild,v 1.2 2011/09/27 18:57:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v 1.3 2011/12/29 17:15:02 pacho Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2 FDL-1.1"
 SLOT="2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.26:2






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

* [gentoo-commits] gentoo-x86 commit in app-editors/ghex: ChangeLog ghex-3.0.0.ebuild
@ 2012-01-14 16:04 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2012-01-14 16:04 UTC (permalink / raw
  To: gentoo-commits

maekke      12/01/14 16:04:17

  Modified:             ChangeLog ghex-3.0.0.ebuild
  Log:
  x86 stable, bug #393007
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.66                 app-editors/ghex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	29 Dec 2011 17:15:02 -0000	1.65
+++ ChangeLog	14 Jan 2012 16:04:17 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/ghex
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.65 2011/12/29 17:15:02 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.66 2012/01/14 16:04:17 maekke Exp $
+
+  14 Jan 2012; Markus Meier <maekke@gentoo.org> ghex-3.0.0.ebuild:
+  x86 stable, bug #393007
 
   29 Dec 2011; Pacho Ramos <pacho@gentoo.org> ghex-3.0.0.ebuild:
   amd64 stable, bug 393007



1.4                  app-editors/ghex/ghex-3.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?r1=1.3&r2=1.4

Index: ghex-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ghex-3.0.0.ebuild	29 Dec 2011 17:15:02 -0000	1.3
+++ ghex-3.0.0.ebuild	14 Jan 2012 16:04:17 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v 1.3 2011/12/29 17:15:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v 1.4 2012/01/14 16:04:17 maekke Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2 FDL-1.1"
 SLOT="2"
-KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.26:2






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

* [gentoo-commits] gentoo-x86 commit in app-editors/ghex: ChangeLog ghex-3.0.0.ebuild
@ 2012-03-05 21:52 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-03-05 21:52 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/05 21:52:41

  Modified:             ChangeLog ghex-3.0.0.ebuild
  Log:
  Marking ghex-3.0.0 ppc for bug 393007
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.68                 app-editors/ghex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	19 Feb 2012 15:06:28 -0000	1.67
+++ ChangeLog	5 Mar 2012 21:52:41 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/ghex
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.67 2012/02/19 15:06:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.68 2012/03/05 21:52:41 ranger Exp $
+
+  05 Mar 2012; Brent Baude <ranger@gentoo.org> ghex-3.0.0.ebuild:
+  Marking ghex-3.0.0 ppc stable for bug 393007
 
   19 Feb 2012; Raúl Porcel <armin76@gentoo.org> ghex-2.24.0.ebuild,
   ghex-3.0.0.ebuild:



1.6                  app-editors/ghex/ghex-3.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild?r1=1.5&r2=1.6

Index: ghex-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ghex-3.0.0.ebuild	19 Feb 2012 15:06:28 -0000	1.5
+++ ghex-3.0.0.ebuild	5 Mar 2012 21:52:41 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v 1.5 2012/02/19 15:06:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v 1.6 2012/03/05 21:52:41 ranger Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2 FDL-1.1"
 SLOT="2"
-KEYWORDS="amd64 ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.26:2






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

end of thread, other threads:[~2012-03-05 21:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-05 21:52 [gentoo-commits] gentoo-x86 commit in app-editors/ghex: ChangeLog ghex-3.0.0.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-14 16:04 Markus Meier (maekke)
2011-12-29 17:15 Pacho Ramos (pacho)
2011-09-27 18:57 Pacho Ramos (pacho)
2011-09-26 18:08 Pacho Ramos (pacho)

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