public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/fhist: fhist-1.19.ebuild ChangeLog
@ 2011-01-06 21:06 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2011-01-06 21:06 UTC (permalink / raw
  To: gentoo-commits

jlec        11/01/06 21:06:29

  Modified:             ChangeLog
  Added:                fhist-1.19.ebuild
  Log:
  Version Bump, Dropped arches because of missing dep, added amd64
  
  (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 dev-util/fhist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	4 Dec 2009 21:57:41 -0000	1.20
+++ ChangeLog	6 Jan 2011 21:06:29 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/fhist
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.20 2009/12/04 21:57:41 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.21 2011/01/06 21:06:29 jlec Exp $
+
+*fhist-1.19 (06 Jan 2011)
+
+  06 Jan 2011; Justin Lecher <jlec@gentoo.org> +files/1.19-ldflags.patch,
+  +fhist-1.19.ebuild:
+  Version Bump, Dropped arches because of missing dep, added amd64
 
   04 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> fhist-1.16.ebuild:
   Use -j1 for test and install as well as build, bug #295744.



1.1                  dev-util/fhist/fhist-1.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?rev=1.1&content-type=text/plain

Index: fhist-1.19.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild,v 1.1 2011/01/06 21:06:29 jlec Exp $

EAPI="3"

inherit eutils

DESCRIPTION="File history and comparison tools"
HOMEPAGE="http://fhist.sourceforge.net/fhist.html"
SRC_URI="http://fhist.sourceforge.net/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
	dev-libs/libexplain
	sys-devel/gettext
	sys-apps/groff"
DEPEND="${RDEPEND}
	sys-devel/bison
	test? ( app-arch/sharutils )"

src_prepare() {
	epatch "${FILESDIR}"/${PV}-ldflags.patch
}

src_install () {
	emake -j1 DESTDIR="${D}" \
		install || die "make install failed"

	dodoc README || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-util/fhist: fhist-1.19.ebuild ChangeLog
@ 2011-02-27  9:38 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-02-27  9:38 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/02/27 09:38:43

  Modified:             fhist-1.19.ebuild ChangeLog
  Log:
  Marked ~ppc/~ppc64 wrt #350891
  
  (Portage version: 2.2.0_alpha25/cvs/Linux ppc64)

Revision  Changes    Path
1.2                  dev-util/fhist/fhist-1.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?r1=1.1&r2=1.2

Index: fhist-1.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fhist-1.19.ebuild	6 Jan 2011 21:06:29 -0000	1.1
+++ fhist-1.19.ebuild	27 Feb 2011 09:38:43 -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/dev-util/fhist/fhist-1.19.ebuild,v 1.1 2011/01/06 21:06:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild,v 1.2 2011/02/27 09:38:43 xarthisius Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



1.22                 dev-util/fhist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	6 Jan 2011 21:06:29 -0000	1.21
+++ ChangeLog	27 Feb 2011 09:38:43 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/fhist
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.21 2011/01/06 21:06:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.22 2011/02/27 09:38:43 xarthisius Exp $
+
+  27 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> fhist-1.19.ebuild:
+  Marked ~ppc/~ppc64 wrt #350891
 
 *fhist-1.19 (06 Jan 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-util/fhist: fhist-1.19.ebuild ChangeLog
@ 2011-03-20 19:36 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-20 19:36 UTC (permalink / raw
  To: gentoo-commits

jlec        11/03/20 19:36:56

  Modified:             fhist-1.19.ebuild ChangeLog
  Log:
  Restrict to sequential build
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-util/fhist/fhist-1.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?r1=1.2&r2=1.3

Index: fhist-1.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fhist-1.19.ebuild	27 Feb 2011 09:38:43 -0000	1.2
+++ fhist-1.19.ebuild	20 Mar 2011 19:36:56 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild,v 1.2 2011/02/27 09:38:43 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild,v 1.3 2011/03/20 19:36:56 jlec Exp $
 
-EAPI="3"
+EAPI="4"
 
 inherit eutils
 
@@ -27,9 +27,11 @@
 	epatch "${FILESDIR}"/${PV}-ldflags.patch
 }
 
-src_install () {
-	emake -j1 DESTDIR="${D}" \
-		install || die "make install failed"
+src_compile() {
+	emake -j1
+}
 
-	dodoc README || die
+src_install () {
+	emake -j1 DESTDIR="${D}" install
+	dodoc README
 }



1.23                 dev-util/fhist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	27 Feb 2011 09:38:43 -0000	1.22
+++ ChangeLog	20 Mar 2011 19:36:56 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/fhist
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.22 2011/02/27 09:38:43 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.23 2011/03/20 19:36:56 jlec Exp $
+
+  27 Feb 2011; Justin Lecher <jlec@gentoo.org> fhist-1.19.ebuild:
+  Restrict to sequential build, #356671
 
   27 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> fhist-1.19.ebuild:
   Marked ~ppc/~ppc64 wrt #350891






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

* [gentoo-commits] gentoo-x86 commit in dev-util/fhist: fhist-1.19.ebuild ChangeLog
@ 2011-04-12 22:28 Jonathan Callen (abcd)
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Callen (abcd) @ 2011-04-12 22:28 UTC (permalink / raw
  To: gentoo-commits

abcd        11/04/12 22:28:59

  Modified:             fhist-1.19.ebuild ChangeLog
  Log:
  Add prefix keywords
  
  (Portage version: 2.2.0_alpha29_p11/cvs/Linux i686)

Revision  Changes    Path
1.4                  dev-util/fhist/fhist-1.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?r1=1.3&r2=1.4

Index: fhist-1.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fhist-1.19.ebuild	20 Mar 2011 19:36:56 -0000	1.3
+++ fhist-1.19.ebuild	12 Apr 2011 22:28:59 -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/dev-util/fhist/fhist-1.19.ebuild,v 1.3 2011/03/20 19:36:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild,v 1.4 2011/04/12 22:28:59 abcd Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



1.24                 dev-util/fhist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	20 Mar 2011 19:36:56 -0000	1.23
+++ ChangeLog	12 Apr 2011 22:28:59 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/fhist
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.23 2011/03/20 19:36:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.24 2011/04/12 22:28:59 abcd Exp $
+
+  12 Apr 2011; Jonathan Callen <abcd@gentoo.org> fhist-1.19.ebuild:
+  Add prefix keywords
 
   27 Feb 2011; Justin Lecher <jlec@gentoo.org> fhist-1.19.ebuild:
   Restrict to sequential build, #356671






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

* [gentoo-commits] gentoo-x86 commit in dev-util/fhist: fhist-1.19.ebuild ChangeLog
@ 2011-09-25 12:35 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2011-09-25 12:35 UTC (permalink / raw
  To: gentoo-commits

grobian     11/09/25 12:35:42

  Modified:             fhist-1.19.ebuild ChangeLog
  Log:
  Drop *-macos keywords, libexplain is a too Linux-specific hell to port (1.16 was keyworded before Prefix migration)
  
  (Portage version: 2.2.01.19295-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.5                  dev-util/fhist/fhist-1.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild?r1=1.4&r2=1.5

Index: fhist-1.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fhist-1.19.ebuild	12 Apr 2011 22:28:59 -0000	1.4
+++ fhist-1.19.ebuild	25 Sep 2011 12:35:42 -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/dev-util/fhist/fhist-1.19.ebuild,v 1.4 2011/04/12 22:28:59 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.19.ebuild,v 1.5 2011/09/25 12:35:42 grobian Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux"
 IUSE="test"
 
 RDEPEND="



1.26                 dev-util/fhist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/fhist/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	12 Jun 2011 20:04:44 -0000	1.25
+++ ChangeLog	25 Sep 2011 12:35:42 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/fhist
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.25 2011/06/12 20:04:44 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.26 2011/09/25 12:35:42 grobian Exp $
+
+  25 Sep 2011; Fabian Groffen <grobian@gentoo.org> fhist-1.19.ebuild:
+  Drop *-macos keywords, libexplain is a too Linux-specific hell to port (1.16
+  was keyworded before Prefix migration)
 
   12 Jun 2011; Matt Turner <mattst88@gentoo.org> fhist-1.16.ebuild:
   Drop mips keyword, bug 350891






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

end of thread, other threads:[~2011-09-25 12:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-12 22:28 [gentoo-commits] gentoo-x86 commit in dev-util/fhist: fhist-1.19.ebuild ChangeLog Jonathan Callen (abcd)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-25 12:35 Fabian Groffen (grobian)
2011-03-20 19:36 Justin Lecher (jlec)
2011-02-27  9:38 Kacper Kowalik (xarthisius)
2011-01-06 21:06 Justin Lecher (jlec)

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