public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/ac-archive: ChangeLog ac-archive-2007.0205.ebuild
@ 2009-01-31  8:30 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2009-01-31  8:30 UTC (permalink / raw
  To: gentoo-commits

vapier      09/01/31 08:30:22

  Modified:             ChangeLog
  Added:                ac-archive-2007.0205.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sys-devel/ac-archive/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/ac-archive/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/ac-archive/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/ac-archive/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	17 Jan 2008 13:58:49 -0000	1.10
+++ ChangeLog	31 Jan 2009 08:30:21 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/ac-archive
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ChangeLog,v 1.10 2008/01/17 13:58:49 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ChangeLog,v 1.11 2009/01/31 08:30:21 vapier Exp $
+
+*ac-archive-2007.0205 (31 Jan 2009)
+
+  31 Jan 2009; Mike Frysinger <vapier@gentoo.org>
+  +ac-archive-2007.0205.ebuild:
+  Version bump.
 
   17 Jan 2008; Markus Meier <maekke@gentoo.org> ac-archive-2006.1017.ebuild:
   add aspell dep (bug #205177) and use autotools eclass



1.1                  sys-devel/ac-archive/ac-archive-2007.0205.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/ac-archive/ac-archive-2007.0205.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/ac-archive/ac-archive-2007.0205.ebuild?rev=1.1&content-type=text/plain

Index: ac-archive-2007.0205.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ac-archive-2007.0205.ebuild,v 1.1 2009/01/31 08:30:21 vapier Exp $

DESCRIPTION="The Autoconf Macro Archive"
HOMEPAGE="http://ac-archive.sourceforge.net/"
SRC_URI="mirror://sourceforge/ac-archive/${P}.tar.bz2"

LICENSE="|| ( BSD GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="app-text/aspell"
RDEPEND="dev-lang/perl"

src_install() {
	emake install DESTDIR="${D}" || die
	dodoc README TODO ChangeLog
	mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF}/html || die
}






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/ac-archive: ChangeLog ac-archive-2007.0205.ebuild
@ 2011-12-21  8:33 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-21  8:33 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/21 08:33:38

  Modified:             ChangeLog ac-archive-2007.0205.ebuild
  Log:
  x86 stable wrt bug #394031
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.15                 sys-devel/ac-archive/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ac-archive/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ac-archive/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ac-archive/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	18 Dec 2011 19:58:10 -0000	1.14
+++ ChangeLog	21 Dec 2011 08:33:38 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/ac-archive
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ChangeLog,v 1.14 2011/12/18 19:58:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ChangeLog,v 1.15 2011/12/21 08:33:38 phajdan.jr Exp $
+
+  21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  ac-archive-2007.0205.ebuild:
+  x86 stable wrt bug #394031
 
   18 Dec 2011; Agostino Sarubbo <ago@gentoo.org> ac-archive-2007.0205.ebuild:
   Stable for AMD64, wrt bug #394031



1.3                  sys-devel/ac-archive/ac-archive-2007.0205.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ac-archive/ac-archive-2007.0205.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ac-archive/ac-archive-2007.0205.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ac-archive/ac-archive-2007.0205.ebuild?r1=1.2&r2=1.3

Index: ac-archive-2007.0205.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ac-archive-2007.0205.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ac-archive-2007.0205.ebuild	18 Dec 2011 19:58:10 -0000	1.2
+++ ac-archive-2007.0205.ebuild	21 Dec 2011 08:33:38 -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/sys-devel/ac-archive/ac-archive-2007.0205.ebuild,v 1.2 2011/12/18 19:58:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ac-archive-2007.0205.ebuild,v 1.3 2011/12/21 08:33:38 phajdan.jr Exp $
 
 DESCRIPTION="The Autoconf Macro Archive"
 HOMEPAGE="http://ac-archive.sourceforge.net/"
@@ -8,7 +8,7 @@
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="app-text/aspell"






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/ac-archive: ChangeLog ac-archive-2007.0205.ebuild
@ 2012-08-08 20:23 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2012-08-08 20:23 UTC (permalink / raw
  To: gentoo-commits

ranger      12/08/08 20:23:37

  Modified:             ChangeLog ac-archive-2007.0205.ebuild
  Log:
  Marking ac-archive-2007.0205 ppc for bug 394031
  
  (Portage version: 2.1.10.65/cvs/Linux ppc64)

Revision  Changes    Path
1.16                 sys-devel/ac-archive/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ac-archive/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ac-archive/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ac-archive/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	21 Dec 2011 08:33:38 -0000	1.15
+++ ChangeLog	8 Aug 2012 20:23:37 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/ac-archive
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ChangeLog,v 1.15 2011/12/21 08:33:38 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ChangeLog,v 1.16 2012/08/08 20:23:37 ranger Exp $
+
+  08 Aug 2012; Brent Baude <ranger@gentoo.org> ac-archive-2007.0205.ebuild:
+  Marking ac-archive-2007.0205 ppc for bug 394031
 
   21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   ac-archive-2007.0205.ebuild:



1.4                  sys-devel/ac-archive/ac-archive-2007.0205.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ac-archive/ac-archive-2007.0205.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ac-archive/ac-archive-2007.0205.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ac-archive/ac-archive-2007.0205.ebuild?r1=1.3&r2=1.4

Index: ac-archive-2007.0205.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ac-archive-2007.0205.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ac-archive-2007.0205.ebuild	21 Dec 2011 08:33:38 -0000	1.3
+++ ac-archive-2007.0205.ebuild	8 Aug 2012 20:23:37 -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/sys-devel/ac-archive/ac-archive-2007.0205.ebuild,v 1.3 2011/12/21 08:33:38 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ac-archive-2007.0205.ebuild,v 1.4 2012/08/08 20:23:37 ranger Exp $
 
 DESCRIPTION="The Autoconf Macro Archive"
 HOMEPAGE="http://ac-archive.sourceforge.net/"
@@ -8,7 +8,7 @@
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="app-text/aspell"





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

end of thread, other threads:[~2012-08-08 20:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-21  8:33 [gentoo-commits] gentoo-x86 commit in sys-devel/ac-archive: ChangeLog ac-archive-2007.0205.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-08 20:23 Brent Baude (ranger)
2009-01-31  8:30 Mike Frysinger (vapier)

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