public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/gtk-splitter: gtk-splitter-2.2.1-r1.ebuild ChangeLog
@ 2014-04-02  9:49 Tom Wijsman (tomwij)
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Wijsman (tomwij) @ 2014-04-02  9:49 UTC (permalink / raw
  To: gentoo-commits

tomwij      14/04/02 09:49:55

  Modified:             ChangeLog
  Added:                gtk-splitter-2.2.1-r1.ebuild
  Log:
  [QA] Revision bump to 2.2.1-r1. EAPI 5 and other QA fixes.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)

Revision  Changes    Path
1.17                 app-arch/gtk-splitter/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gtk-splitter/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gtk-splitter/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gtk-splitter/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	3 May 2012 01:58:54 -0000	1.16
+++ ChangeLog	2 Apr 2014 09:49:55 -0000	1.17
@@ -1,6 +1,13 @@
 # ChangeLog for app-arch/gtk-splitter
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/ChangeLog,v 1.16 2012/05/03 01:58:54 jdhore Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/ChangeLog,v 1.17 2014/04/02 09:49:55 tomwij Exp $
+
+*gtk-splitter-2.2.1-r1 (02 Apr 2014)
+
+  02 Apr 2014; Tom Wijsman <TomWij@gentoo.org>
+  +files/gtk-splitter-2.2.1-r1-desktop-QA-fixes.patch,
+  +gtk-splitter-2.2.1-r1.ebuild:
+  [QA] Revision bump to 2.2.1-r1. EAPI 5 and other QA fixes.
 
   03 May 2012; Jeff Horelick <jdhore@gentoo.org> gtk-splitter-2.2.1.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig



1.1                  app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: gtk-splitter-2.2.1-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild,v 1.1 2014/04/02 09:49:55 tomwij Exp $

EAPI="5"

inherit eutils

DESCRIPTION="Split files into smaller pieces and combine them back together."
HOMEPAGE="http://gtk-splitter.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

IUSE="crypt"

RDEPEND="x11-libs/gtk+:2
	virtual/libintl:0
	crypt? ( >=app-crypt/mhash-0.8:0 )"

DEPEND="${RDEPEND}
	virtual/pkgconfig:*"

src_prepare() {
	epatch "${FILESDIR}/"${P}-r1-desktop-QA-fixes.patch
}

src_compile() {
	default

	if ! use crypt ; then
		# configure script only autodetects
		sed -i -e 's:-lmhash::' -e 's:-DHAVE_LIBMHASH=1::' src/Makefile || die
	fi
}

src_install() {
	emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
}





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

* [gentoo-commits] gentoo-x86 commit in app-arch/gtk-splitter: gtk-splitter-2.2.1-r1.ebuild ChangeLog
@ 2014-06-02  8:07 Tom Wijsman (tomwij)
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Wijsman (tomwij) @ 2014-06-02  8:07 UTC (permalink / raw
  To: gentoo-commits

tomwij      14/06/02 08:07:41

  Modified:             gtk-splitter-2.2.1-r1.ebuild ChangeLog
  Log:
  [QA] Remove dot at end of DESCRIPTION.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)

Revision  Changes    Path
1.2                  app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild

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

Index: gtk-splitter-2.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtk-splitter-2.2.1-r1.ebuild	2 Apr 2014 09:49:55 -0000	1.1
+++ gtk-splitter-2.2.1-r1.ebuild	2 Jun 2014 08:07:41 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild,v 1.1 2014/04/02 09:49:55 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild,v 1.2 2014/06/02 08:07:41 tomwij Exp $
 
 EAPI="5"
 
 inherit eutils
 
-DESCRIPTION="Split files into smaller pieces and combine them back together."
+DESCRIPTION="Split files into smaller pieces and combine them back together"
 HOMEPAGE="http://gtk-splitter.sourceforge.net"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 



1.18                 app-arch/gtk-splitter/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gtk-splitter/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gtk-splitter/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gtk-splitter/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	2 Apr 2014 09:49:55 -0000	1.17
+++ ChangeLog	2 Jun 2014 08:07:41 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/gtk-splitter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/ChangeLog,v 1.17 2014/04/02 09:49:55 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/ChangeLog,v 1.18 2014/06/02 08:07:41 tomwij Exp $
+
+  02 Jun 2014; Tom Wijsman <TomWij@gentoo.org> gtk-splitter-2.2.1-r1.ebuild:
+  [QA] Remove dot at end of DESCRIPTION.
 
 *gtk-splitter-2.2.1-r1 (02 Apr 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in app-arch/gtk-splitter: gtk-splitter-2.2.1-r1.ebuild ChangeLog
@ 2014-07-22 19:21 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-07-22 19:21 UTC (permalink / raw
  To: gentoo-commits

pacho       14/07/22 19:21:36

  Modified:             gtk-splitter-2.2.1-r1.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #512126
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.4                  app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild

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

Index: gtk-splitter-2.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtk-splitter-2.2.1-r1.ebuild	2 Jun 2014 08:13:06 -0000	1.3
+++ gtk-splitter-2.2.1-r1.ebuild	22 Jul 2014 19:21:36 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild,v 1.3 2014/06/02 08:13:06 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild,v 1.4 2014/07/22 19:21:36 pacho Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="crypt"
 
 RDEPEND="x11-libs/gtk+:2



1.19                 app-arch/gtk-splitter/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	2 Jun 2014 08:07:41 -0000	1.18
+++ ChangeLog	22 Jul 2014 19:21:36 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/gtk-splitter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/ChangeLog,v 1.18 2014/06/02 08:07:41 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/ChangeLog,v 1.19 2014/07/22 19:21:36 pacho Exp $
+
+  22 Jul 2014; Pacho Ramos <pacho@gentoo.org> gtk-splitter-2.2.1-r1.ebuild:
+  amd64/x86 stable, bug #512126
 
   02 Jun 2014; Tom Wijsman <TomWij@gentoo.org> gtk-splitter-2.2.1-r1.ebuild:
   [QA] Remove dot at end of DESCRIPTION.





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

* [gentoo-commits] gentoo-x86 commit in app-arch/gtk-splitter: gtk-splitter-2.2.1-r1.ebuild ChangeLog
@ 2014-09-17 15:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-09-17 15:38 UTC (permalink / raw
  To: gentoo-commits

ago         14/09/17 15:38:42

  Modified:             gtk-splitter-2.2.1-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #512126
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild?r1=1.4&r2=1.5

Index: gtk-splitter-2.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtk-splitter-2.2.1-r1.ebuild	22 Jul 2014 19:21:36 -0000	1.4
+++ gtk-splitter-2.2.1-r1.ebuild	17 Sep 2014 15:38:42 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild,v 1.4 2014/07/22 19:21:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild,v 1.5 2014/09/17 15:38:42 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="crypt"
 
 RDEPEND="x11-libs/gtk+:2



1.20                 app-arch/gtk-splitter/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gtk-splitter/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gtk-splitter/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gtk-splitter/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	22 Jul 2014 19:21:36 -0000	1.19
+++ ChangeLog	17 Sep 2014 15:38:42 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/gtk-splitter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/ChangeLog,v 1.19 2014/07/22 19:21:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/ChangeLog,v 1.20 2014/09/17 15:38:42 ago Exp $
+
+  17 Sep 2014; Agostino Sarubbo <ago@gentoo.org> gtk-splitter-2.2.1-r1.ebuild:
+  Stable for ppc, wrt bug #512126
 
   22 Jul 2014; Pacho Ramos <pacho@gentoo.org> gtk-splitter-2.2.1-r1.ebuild:
   amd64/x86 stable, bug #512126





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

end of thread, other threads:[~2014-09-17 15:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-02  9:49 [gentoo-commits] gentoo-x86 commit in app-arch/gtk-splitter: gtk-splitter-2.2.1-r1.ebuild ChangeLog Tom Wijsman (tomwij)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-02  8:07 Tom Wijsman (tomwij)
2014-07-22 19:21 Pacho Ramos (pacho)
2014-09-17 15:38 Agostino Sarubbo (ago)

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