public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/aggregate: aggregate-1.6.ebuild ChangeLog
@ 2008-10-10  8:35 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 3+ messages in thread
From: Robin H. Johnson (robbat2) @ 2008-10-10  8:35 UTC (permalink / raw
  To: gentoo-commits

robbat2     08/10/10 08:35:14

  Modified:             aggregate-1.6.ebuild ChangeLog
  Log:
  Fix pre-stripping for bug #240930, also now builds with the user CFLAGS and LDFLAGS.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)

Revision  Changes    Path
1.14                 net-misc/aggregate/aggregate-1.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild?r1=1.13&r2=1.14

Index: aggregate-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -p -w -b -B -u -u -r1.13 -r1.14
--- aggregate-1.6.ebuild	22 Apr 2007 08:48:42 -0000	1.13
+++ aggregate-1.6.ebuild	10 Oct 2008 08:35:14 -0000	1.14
@@ -1,11 +1,12 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.13 2007/04/22 08:48:42 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.14 2008/10/10 08:35:14 robbat2 Exp $
+
+inherit eutils
 
 DESCRIPTION="aggregate takes a list of prefixes in conventional format on stdin, and performs two optimisations to reduce the length of the prefix list."
-BASE_URI="http://dist.automagic.org/"
-HOMEPAGE="${BASE_URI}"
-SRC_URI="${BASE_URI}/${P}.tar.gz"
+HOMEPAGE="http://dist.automagic.org/"
+SRC_URI="${HOMEPAGE}/${P}.tar.gz"
 LICENSE="as-is"
 SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 mips ppc sparc x86"
@@ -13,6 +14,11 @@ IUSE=""
 DEPEND=""
 RDEPEND="dev-lang/perl"
 
+src_unpack() {
+	unpack "${A}"
+	epatch "${FILESDIR}"/${P}-build-fixup.patch
+}
+
 src_install() {
 	dobin aggregate aggregate-ios
 	doman aggregate.1 aggregate-ios.1



1.14                 net-misc/aggregate/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aggregate/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aggregate/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aggregate/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -p -w -b -B -u -u -r1.13 -r1.14
--- ChangeLog	22 Apr 2007 08:48:42 -0000	1.13
+++ ChangeLog	10 Oct 2008 08:35:14 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/aggregate
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.13 2007/04/22 08:48:42 kloeri Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.14 2008/10/10 08:35:14 robbat2 Exp $
+
+  10 Oct 2008; Robin H. Johnson <robbat2@gentoo.org>
+  +files/aggregate-1.6-build-fixup.patch, aggregate-1.6.ebuild:
+  Fix pre-stripping for bug #240930, also now builds with the user CFLAGS
+  and LDFLAGS.
 
   22 Apr 2007; Bryan Østergaard <kloeri@gentoo.org> aggregate-1.6.ebuild:
   Stable on Mips, bug 173860.






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

* [gentoo-commits] gentoo-x86 commit in net-misc/aggregate: aggregate-1.6.ebuild ChangeLog
@ 2014-03-12  3:49 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2014-03-12  3:49 UTC (permalink / raw
  To: gentoo-commits

patrick     14/03/12 03:49:33

  Modified:             aggregate-1.6.ebuild ChangeLog
  Log:
  Shorten description for improved repoman happy
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.18                 net-misc/aggregate/aggregate-1.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild?r1=1.17&r2=1.18

Index: aggregate-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- aggregate-1.6.ebuild	22 Dec 2012 17:24:28 -0000	1.17
+++ aggregate-1.6.ebuild	12 Mar 2014 03:49:32 -0000	1.18
@@ -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/net-misc/aggregate/aggregate-1.6.ebuild,v 1.17 2012/12/22 17:24:28 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.18 2014/03/12 03:49:32 patrick Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs
 
-DESCRIPTION="aggregate takes a list of prefixes in conventional format on stdin, and performs two optimisations to reduce the length of the prefix list."
+DESCRIPTION="Take a list of prefixes and perform two optimisations to reduce the length of the prefix list."
 HOMEPAGE="http://dist.automagic.org/"
 SRC_URI="${HOMEPAGE}/${P}.tar.gz"
 



1.17                 net-misc/aggregate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	22 Dec 2012 17:24:28 -0000	1.16
+++ ChangeLog	12 Mar 2014 03:49:32 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/aggregate
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.16 2012/12/22 17:24:28 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.17 2014/03/12 03:49:32 patrick Exp $
+
+  12 Mar 2014; Patrick Lauer <patrick@gentoo.org> aggregate-1.6.ebuild:
+  Shorten description for improved repoman happy
 
   22 Dec 2012; Ulrich Müller <ulm@gentoo.org> aggregate-1.6.ebuild:
   Fix LICENSE, see LICENCE and LICENSE files in tarball, bug 446488.
@@ -52,4 +55,3 @@
   13 Sep 2003; Robin H. Johnson <robbat2@gentoo.org> aggregate-1.6.ebuild,
   metadata.xml:
   initial commit
-





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

* [gentoo-commits] gentoo-x86 commit in net-misc/aggregate: aggregate-1.6.ebuild ChangeLog
@ 2014-08-10 20:43 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:43 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 20:43:10

  Modified:             aggregate-1.6.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.19                 net-misc/aggregate/aggregate-1.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild?r1=1.18&r2=1.19

Index: aggregate-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- aggregate-1.6.ebuild	12 Mar 2014 03:49:32 -0000	1.18
+++ aggregate-1.6.ebuild	10 Aug 2014 20:43:10 -0000	1.19
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.18 2014/03/12 03:49:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.19 2014/08/10 20:43:10 slyfox Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs
 
-DESCRIPTION="Take a list of prefixes and perform two optimisations to reduce the length of the prefix list."
+DESCRIPTION="Take a list of prefixes and perform two optimisations to reduce the length of the prefix list"
 HOMEPAGE="http://dist.automagic.org/"
 SRC_URI="${HOMEPAGE}/${P}.tar.gz"
 



1.18                 net-misc/aggregate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	12 Mar 2014 03:49:32 -0000	1.17
+++ ChangeLog	10 Aug 2014 20:43:10 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/aggregate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.17 2014/03/12 03:49:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.18 2014/08/10 20:43:10 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> aggregate-1.6.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   12 Mar 2014; Patrick Lauer <patrick@gentoo.org> aggregate-1.6.ebuild:
   Shorten description for improved repoman happy





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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 20:43 [gentoo-commits] gentoo-x86 commit in net-misc/aggregate: aggregate-1.6.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-12  3:49 Patrick Lauer (patrick)
2008-10-10  8:35 Robin H. Johnson (robbat2)

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