public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/sharutils: sharutils-4.11.ebuild ChangeLog
@ 2011-02-06 16:55 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2011-02-06 16:55 UTC (permalink / raw
  To: gentoo-commits

jer         11/02/06 16:55:15

  Modified:             ChangeLog
  Added:                sharutils-4.11.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha19/cvs/Linux i686)

Revision  Changes    Path
1.68                 app-arch/sharutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/sharutils/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	30 Aug 2010 04:39:35 -0000	1.67
+++ ChangeLog	6 Feb 2011 16:55:15 -0000	1.68
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/sharutils
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/ChangeLog,v 1.67 2010/08/30 04:39:35 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/ChangeLog,v 1.68 2011/02/06 16:55:15 jer Exp $
+
+*sharutils-4.11 (06 Feb 2011)
+
+  06 Feb 2011; Jeroen Roovers <jer@gentoo.org> +sharutils-4.11.ebuild:
+  Version bump.
 
 *sharutils-4.10 (30 Aug 2010)
 



1.1                  app-arch/sharutils/sharutils-4.11.ebuild

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

Index: sharutils-4.11.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.11.ebuild,v 1.1 2011/02/06 16:55:15 jer Exp $

inherit eutils

MY_P="${P/_/-}"
DESCRIPTION="Tools to deal with shar archives"
HOMEPAGE="http://www.gnu.org/software/sharutils/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="nls"

DEPEND="sys-apps/texinfo
	nls? ( >=sys-devel/gettext-0.10.35 )"
RDEPEND=""

S=${WORKDIR}/${MY_P}

src_compile() {
	strip-linguas -u po
	econf $(use_enable nls)
	emake || die
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
}






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

* [gentoo-commits] gentoo-x86 commit in app-arch/sharutils: sharutils-4.11.ebuild ChangeLog
@ 2012-01-02  9:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-02  9:14 UTC (permalink / raw
  To: gentoo-commits

ago         12/01/02 09:14:56

  Modified:             sharutils-4.11.ebuild ChangeLog
  Log:
  Stable for AMD64, wrt bug #396763
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-arch/sharutils/sharutils-4.11.ebuild

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

Index: sharutils-4.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sharutils-4.11.ebuild	6 Feb 2011 16:55:15 -0000	1.1
+++ sharutils-4.11.ebuild	2 Jan 2012 09:14:56 -0000	1.2
@@ -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/app-arch/sharutils/sharutils-4.11.ebuild,v 1.1 2011/02/06 16:55:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.11.ebuild,v 1.2 2012/01/02 09:14:56 ago Exp $
 
 inherit eutils
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls"
 
 DEPEND="sys-apps/texinfo



1.78                 app-arch/sharutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/sharutils/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	20 Jul 2011 13:42:12 -0000	1.77
+++ ChangeLog	2 Jan 2012 09:14:56 -0000	1.78
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/sharutils
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/ChangeLog,v 1.77 2011/07/20 13:42:12 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/ChangeLog,v 1.78 2012/01/02 09:14:56 ago Exp $
+
+  02 Jan 2012; Agostino Sarubbo <ago@gentoo.org> sharutils-4.11.ebuild:
+  Stable for AMD64, wrt bug #396763
 
   20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer due retirement, bug #34534






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

end of thread, other threads:[~2012-01-02  9:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-06 16:55 [gentoo-commits] gentoo-x86 commit in app-arch/sharutils: sharutils-4.11.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-02  9:14 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