* [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.4.1.ebuild
@ 2011-09-25 15:56 Ulrich Mueller (ulm)
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-09-25 15:56 UTC (permalink / raw
To: gentoo-commits
ulm 11/09/25 15:56:32
Modified: ChangeLog
Added: zile-2.4.1.ebuild
Log:
Version bump. All BSD and Interix beywords dropped because of new dependency on dev-libs/boehm-gc.
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Revision Changes Path
1.152 app-editors/zile/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.152&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.152&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?r1=1.151&r2=1.152
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog 24 Sep 2011 17:18:28 -0000 1.151
+++ ChangeLog 25 Sep 2011 15:56:32 -0000 1.152
@@ -1,6 +1,12 @@
# 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.151 2011/09/24 17:18:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.152 2011/09/25 15:56:32 ulm Exp $
+
+*zile-2.4.1 (25 Sep 2011)
+
+ 25 Sep 2011; Ulrich Mueller <ulm@gentoo.org> +zile-2.4.1.ebuild:
+ Version bump. All BSD and Interix beywords dropped because of new dependency
+ on dev-libs/boehm-gc.
24 Sep 2011; Raúl Porcel <armin76@gentoo.org> zile-2.3.24-r1.ebuild:
alpha/sparc stable wrt #382597
1.1 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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.1.ebuild?rev=1.1&content-type=text/plain
Index: zile-2.4.1.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.1.ebuild,v 1.1 2011/09/25 15:56:32 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl livecd test valgrind"
RDEPEND="dev-libs/boehm-gc
sys-libs/ncurses
acl? ( virtual/acl )"
DEPEND="${RDEPEND}
test? ( valgrind? ( dev-util/valgrind ) )"
src_configure() {
econf \
--docdir=/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
}
pkg_postinst() {
if use livecd; then
[[ -e ${EROOT}/usr/bin/emacs ]] || ln -s zile "${EROOT}"/usr/bin/emacs
fi
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.4.1.ebuild
@ 2011-09-26 17:45 Fabian Groffen (grobian)
0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2011-09-26 17:45 UTC (permalink / raw
To: gentoo-commits
grobian 11/09/26 17:45:19
Modified: ChangeLog zile-2.4.1.ebuild
Log:
Marked ~x86-freebsd, bug #384445
(Portage version: 2.2.01.19295-prefix/cvs/Darwin i386)
Revision Changes Path
1.153 app-editors/zile/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?r1=1.152&r2=1.153
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog 25 Sep 2011 15:56:32 -0000 1.152
+++ ChangeLog 26 Sep 2011 17:45:18 -0000 1.153
@@ -1,6 +1,9 @@
# 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.152 2011/09/25 15:56:32 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.153 2011/09/26 17:45:18 grobian Exp $
+
+ 26 Sep 2011; Fabian Groffen <grobian@gentoo.org> zile-2.4.1.ebuild:
+ Marked ~x86-freebsd
*zile-2.4.1 (25 Sep 2011)
1.2 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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.1.ebuild?r1=1.1&r2=1.2
Index: zile-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- zile-2.4.1.ebuild 25 Sep 2011 15:56:32 -0000 1.1
+++ zile-2.4.1.ebuild 26 Sep 2011 17:45:18 -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.1.ebuild,v 1.1 2011/09/25 15:56:32 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.1.ebuild,v 1.2 2011/09/26 17:45:18 grobian Exp $
EAPI=4
@@ -10,7 +10,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="acl livecd test valgrind"
RDEPEND="dev-libs/boehm-gc
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.4.1.ebuild
@ 2011-09-26 17:46 Fabian Groffen (grobian)
0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2011-09-26 17:46 UTC (permalink / raw
To: gentoo-commits
grobian 11/09/26 17:46:57
Modified: ChangeLog zile-2.4.1.ebuild
Log:
Fix docdir for Prefix
(Portage version: 2.2.01.19295-prefix/cvs/Darwin i386)
Revision Changes Path
1.154 app-editors/zile/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?r1=1.153&r2=1.154
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog 26 Sep 2011 17:45:18 -0000 1.153
+++ ChangeLog 26 Sep 2011 17:46:57 -0000 1.154
@@ -1,6 +1,9 @@
# 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.153 2011/09/26 17:45:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.154 2011/09/26 17:46:57 grobian Exp $
+
+ 26 Sep 2011; Fabian Groffen <grobian@gentoo.org> zile-2.4.1.ebuild:
+ Fix docdir for Prefix
26 Sep 2011; Fabian Groffen <grobian@gentoo.org> zile-2.4.1.ebuild:
Marked ~x86-freebsd
1.3 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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.1.ebuild?r1=1.2&r2=1.3
Index: zile-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- zile-2.4.1.ebuild 26 Sep 2011 17:45:18 -0000 1.2
+++ zile-2.4.1.ebuild 26 Sep 2011 17:46:57 -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/app-editors/zile/zile-2.4.1.ebuild,v 1.2 2011/09/26 17:45:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.1.ebuild,v 1.3 2011/09/26 17:46:57 grobian Exp $
EAPI=4
@@ -22,7 +22,7 @@
src_configure() {
econf \
- --docdir=/usr/share/doc/${PF} \
+ --docdir="${EPREFIX}"/usr/share/doc/${PF} \
--disable-silent-rules \
$(use_enable acl) \
$(use test && use_with valgrind || echo --without-valgrind)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-26 17:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-26 17:45 [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.4.1.ebuild Fabian Groffen (grobian)
-- strict thread matches above, loose matches on Subject: below --
2011-09-26 17:46 Fabian Groffen (grobian)
2011-09-25 15:56 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