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.2.ebuild zile-2.4.1.ebuild
@ 2011-10-08 11:44 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-10-08 11:44 UTC (permalink / raw
  To: gentoo-commits

ulm         11/10/08 11:44:36

  Modified:             ChangeLog zile-2.4.1.ebuild
  Added:                zile-2.4.2.ebuild
  Log:
  Version bump. Drop livecd USE flag.
  
  (Portage version: 2.1.10.23/cvs/Linux x86_64)

Revision  Changes    Path
1.155                app-editors/zile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	26 Sep 2011 17:46:57 -0000	1.154
+++ ChangeLog	8 Oct 2011 11:44:36 -0000	1.155
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/zile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.154 2011/09/26 17:46:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.155 2011/10/08 11:44:36 ulm Exp $
+
+*zile-2.4.2 (08 Oct 2011)
+
+  08 Oct 2011; Ulrich Mueller <ulm@gentoo.org> +zile-2.4.2.ebuild:
+  Version bump. Drop livecd USE flag.
 
   26 Sep 2011; Fabian Groffen <grobian@gentoo.org> zile-2.4.1.ebuild:
   Fix docdir for Prefix



1.4                  app-editors/zile/zile-2.4.1.ebuild

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

Index: zile-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- zile-2.4.1.ebuild	26 Sep 2011 17:46:57 -0000	1.3
+++ zile-2.4.1.ebuild	8 Oct 2011 11:44:36 -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/app-editors/zile/zile-2.4.1.ebuild,v 1.3 2011/09/26 17:46:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.1.ebuild,v 1.4 2011/10/08 11:44:36 ulm Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="acl livecd test valgrind"
+IUSE="acl test valgrind"
 
 RDEPEND="dev-libs/boehm-gc
 	sys-libs/ncurses
@@ -37,9 +37,3 @@
 	# Zile should never install charset.alias (even on non-glibc arches)
 	rm -f "${ED}"/usr/lib/charset.alias
 }
-
-pkg_postinst() {
-	if use livecd; then
-		[[ -e ${EROOT}/usr/bin/emacs ]] || ln -s zile "${EROOT}"/usr/bin/emacs
-	fi
-}



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

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

Index: zile-2.4.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.2.ebuild,v 1.1 2011/10/08 11:44:36 ulm Exp $

EAPI=4

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-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl test valgrind"

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

DEPEND="${RDEPEND}
	test? ( valgrind? ( dev-util/valgrind ) )"

src_configure() {
	econf \
		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
		--disable-silent-rules \
		$(use_enable acl) \
		$(use test && use_with valgrind || echo --without-valgrind)
}

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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.4.2.ebuild zile-2.4.1.ebuild
@ 2011-10-25 20:35 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-10-25 20:35 UTC (permalink / raw
  To: gentoo-commits

ulm         11/10/25 20:35:03

  Modified:             ChangeLog zile-2.4.2.ebuild
  Removed:              zile-2.4.1.ebuild
  Log:
  Remove valgrind USE flag because tests fail with valgrind; looks like it doesn't play nice with boehm-gc. Remove intermediate version.
  
  (Portage version: 2.1.10.31/cvs/Linux x86_64)

Revision  Changes    Path
1.156                app-editors/zile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog	8 Oct 2011 11:44:36 -0000	1.155
+++ ChangeLog	25 Oct 2011 20:35:03 -0000	1.156
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/zile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.155 2011/10/08 11:44:36 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.156 2011/10/25 20:35:03 ulm Exp $
+
+  25 Oct 2011; Ulrich Mueller <ulm@gentoo.org> -zile-2.4.1.ebuild,
+  zile-2.4.2.ebuild:
+  Remove valgrind USE flag because tests fail with valgrind; looks like it
+  doesn't play nice with boehm-gc. Remove intermediate version.
 
 *zile-2.4.2 (08 Oct 2011)
 



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

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

Index: zile-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- zile-2.4.2.ebuild	8 Oct 2011 11:44:36 -0000	1.1
+++ zile-2.4.2.ebuild	25 Oct 2011 20:35:03 -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/app-editors/zile/zile-2.4.2.ebuild,v 1.1 2011/10/08 11:44:36 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.2.ebuild,v 1.2 2011/10/25 20:35:03 ulm Exp $
 
 EAPI=4
 
@@ -11,21 +11,19 @@
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="acl test valgrind"
+IUSE="acl test"
 
 RDEPEND="dev-libs/boehm-gc
 	sys-libs/ncurses
 	acl? ( virtual/acl )"
 
-DEPEND="${RDEPEND}
-	test? ( valgrind? ( dev-util/valgrind ) )"
+DEPEND="${RDEPEND}"
 
 src_configure() {
 	econf \
 		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
 		--disable-silent-rules \
-		$(use_enable acl) \
-		$(use test && use_with valgrind || echo --without-valgrind)
+		$(use_enable acl)
 }
 
 src_install() {






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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 20:35 [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.4.2.ebuild zile-2.4.1.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-08 11:44 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