public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.4.9.ebuild
@ 2013-01-04 18:33 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2013-01-04 18:33 UTC (permalink / raw
  To: gentoo-commits

ulm         13/01/04 18:33:18

  Modified:             ChangeLog
  Added:                zile-2.4.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.184                app-editors/zile/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.184&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.184&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?r1=1.183&r2=1.184

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog	2 Nov 2012 07:48:34 -0000	1.183
+++ ChangeLog	4 Jan 2013 18:33:17 -0000	1.184
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/zile
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.183 2012/11/02 07:48:34 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.184 2013/01/04 18:33:17 ulm Exp $
+
+*zile-2.4.9 (04 Jan 2013)
+
+  04 Jan 2013; Ulrich Müller <ulm@gentoo.org> +zile-2.4.9.ebuild:
+  Version bump.
 
   27 Oct 2012; Ulrich Müller <ulm@gentoo.org> zile-2.3.24-r1.ebuild,
   -zile-2.4.6.ebuild, zile-2.4.7.ebuild, zile-2.4.8.ebuild:



1.1                  app-editors/zile/zile-2.4.9.ebuild

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

Index: zile-2.4.9.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.9.ebuild,v 1.1 2013/01/04 18:33:17 ulm Exp $

EAPI=5

DESCRIPTION="Zile is a small Emacs clone"
HOMEPAGE="http://www.gnu.org/software/zile/"
SRC_URI="mirror://gnu/zile/${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test"

RDEPEND="dev-libs/boehm-gc
	sys-libs/ncurses
	acl? ( virtual/acl )"

DEPEND="${RDEPEND}
	test? ( dev-lang/perl )"

src_configure() {
	econf \
		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
		$(use_enable acl)
}

src_install() {
	emake DESTDIR="${D}" install

	# AUTHORS, FAQ, and NEWS are installed by the build system
	dodoc README THANKS

	# Zile should never install charset.alias (even on non-glibc arches)
	rm -f "${ED}"/usr/lib/charset.alias
}





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

* [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.4.9.ebuild
@ 2013-01-12 12:40 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2013-01-12 12:40 UTC (permalink / raw
  To: gentoo-commits

ulm         13/01/12 12:40:14

  Modified:             ChangeLog zile-2.4.9.ebuild
  Log:
  Suppress false QA warning for help2man, bug 450278.
  
  (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.185                app-editors/zile/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.185&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.185&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?r1=1.184&r2=1.185

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog	4 Jan 2013 18:33:17 -0000	1.184
+++ ChangeLog	12 Jan 2013 12:40:14 -0000	1.185
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/zile
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.184 2013/01/04 18:33:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.185 2013/01/12 12:40:14 ulm Exp $
+
+  12 Jan 2013; Ulrich Müller <ulm@gentoo.org> zile-2.4.9.ebuild:
+  Suppress false QA warning for help2man, bug 450278.
 
 *zile-2.4.9 (04 Jan 2013)
 



1.2                  app-editors/zile/zile-2.4.9.ebuild

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

Index: zile-2.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- zile-2.4.9.ebuild	4 Jan 2013 18:33:17 -0000	1.1
+++ zile-2.4.9.ebuild	12 Jan 2013 12:40:14 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.9.ebuild,v 1.1 2013/01/04 18:33:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.9.ebuild,v 1.2 2013/01/12 12:40:14 ulm Exp $
 
 EAPI=5
 
@@ -20,6 +20,8 @@
 DEPEND="${RDEPEND}
 	test? ( dev-lang/perl )"
 
+QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
+
 src_configure() {
 	econf \
 		--docdir="${EPREFIX}"/usr/share/doc/${PF} \





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

* [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.4.9.ebuild
@ 2015-03-02 12:33 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2015-03-02 12:33 UTC (permalink / raw
  To: gentoo-commits

ulm         15/03/02 12:33:56

  Modified:             ChangeLog
  Removed:              zile-2.4.9.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.201                app-editors/zile/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.201&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.201&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?r1=1.200&r2=1.201

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog	2 Mar 2015 09:30:35 -0000	1.200
+++ ChangeLog	2 Mar 2015 12:33:56 -0000	1.201
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/zile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.200 2015/03/02 09:30:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.201 2015/03/02 12:33:56 ulm Exp $
+
+  02 Mar 2015; Ulrich Müller <ulm@gentoo.org> -zile-2.4.9.ebuild:
+  Remove old.
 
   02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> zile-2.4.11.ebuild:
   Stable for ppc, wrt bug #506330





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

end of thread, other threads:[~2015-03-02 12:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-12 12:40 [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.4.9.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-02 12:33 Ulrich Mueller (ulm)
2013-01-04 18:33 Ulrich Mueller (ulm)

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