public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/gbase: gbase-0.5.ebuild ChangeLog
@ 2012-05-13 16:47 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-05-13 16:47 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/05/13 16:47:25

  Modified:             gbase-0.5.ebuild ChangeLog
  Log:
  Update SRC_URI. Bug #415677 thanks to df <demmamussabebonk@gmail.com>
  
  (Portage version: 2.1.10.59/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-misc/gbase/gbase-0.5.ebuild

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

Index: gbase-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gbase-0.5.ebuild	5 May 2012 04:53:54 -0000	1.3
+++ gbase-0.5.ebuild	13 May 2012 16:47:25 -0000	1.4
@@ -1,13 +1,13 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild,v 1.3 2012/05/05 04:53:54 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild,v 1.4 2012/05/13 16:47:25 hwoarang Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs
 
 DESCRIPTION="a convert program for decimal, hexadecimal, octal and binary values."
 HOMEPAGE="http://www.fluxcode.net"
-SRC_URI="http://www.fluxcode.net/${P}.tar.gz"
+SRC_URI="http://www.fluxcode.net/files/${P}.tar.gz"
 
 LICENSE="Artistic"
 SLOT="0"



1.5                  x11-misc/gbase/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/gbase/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	5 May 2012 04:53:54 -0000	1.4
+++ ChangeLog	13 May 2012 16:47:25 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/gbase
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/ChangeLog,v 1.4 2012/05/05 04:53:54 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/ChangeLog,v 1.5 2012/05/13 16:47:25 hwoarang Exp $
+
+  13 May 2012; Markos Chandras <hwoarang@gentoo.org> gbase-0.5.ebuild:
+  Update SRC_URI. Bug #415677 thanks to df <demmamussabebonk@gmail.com>
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> gbase-0.5.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/gbase: gbase-0.5.ebuild ChangeLog
@ 2014-08-10 20:02 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:02 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 20:02:21

  Modified:             gbase-0.5.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.7                  x11-misc/gbase/gbase-0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild?r1=1.6&r2=1.7

Index: gbase-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gbase-0.5.ebuild	4 Jul 2012 07:03:26 -0000	1.6
+++ gbase-0.5.ebuild	10 Aug 2014 20:02:21 -0000	1.7
@@ -1,11 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild,v 1.6 2012/07/04 07:03:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild,v 1.7 2014/08/10 20:02:21 slyfox Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
 
-DESCRIPTION="a convert program for decimal, hexadecimal, octal and binary values."
+DESCRIPTION="a convert program for decimal, hexadecimal, octal and binary values"
 HOMEPAGE="http://www.fluxcode.net"
 SRC_URI="http://www.fluxcode.net/files/${P}.tar.gz"
 



1.8                  x11-misc/gbase/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/gbase/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	4 Jul 2012 07:03:26 -0000	1.7
+++ ChangeLog	10 Aug 2014 20:02:21 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/gbase
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/ChangeLog,v 1.7 2012/07/04 07:03:26 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/ChangeLog,v 1.8 2014/08/10 20:02:21 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> gbase-0.5.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   04 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> gbase-0.5.ebuild:
   amd64/x86 stable
@@ -27,4 +30,3 @@
   16 Jan 2008; Samuli Suominen <drac@gentoo.org> +files/gbase-0.5-gtk.patch,
   +gbase-0.5.ebuild:
   Initial commit with modified Makefile to link with GTK+-2.
-





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

end of thread, other threads:[~2014-08-11 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 20:02 [gentoo-commits] gentoo-x86 commit in x11-misc/gbase: gbase-0.5.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-13 16:47 Markos Chandras (hwoarang)

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