diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-05-20 15:23:31 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-05-20 15:23:31 +0000 |
commit | c7cb54cc4e2a38a35e9218caf2736206ba12693e (patch) | |
tree | 6a424da22982be7aa3a216bfade10bc232c1689d /app-editors | |
parent | Update Manifest for database files. (diff) | |
download | gentoo-2-c7cb54cc4e2a38a35e9218caf2736206ba12693e.tar.gz gentoo-2-c7cb54cc4e2a38a35e9218caf2736206ba12693e.tar.bz2 gentoo-2-c7cb54cc4e2a38a35e9218caf2736206ba12693e.zip |
Drop ~x86-interix keyword, bug 384445. Remove intermediate version.
(Portage version: 2.1.12.1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/zile/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/zile/zile-2.3.24-r1.ebuild | 6 | ||||
-rw-r--r-- | app-editors/zile/zile-2.4.8.ebuild | 38 |
3 files changed, 8 insertions, 42 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index e50ee922ecf3..165d2d7c6deb 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,10 @@ # 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.186 2013/03/31 15:16:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.187 2013/05/20 15:23:31 ulm Exp $ + + 20 May 2013; Ulrich Müller <ulm@gentoo.org> zile-2.3.24-r1.ebuild, + -zile-2.4.8.ebuild: + Drop ~x86-interix keyword, bug 384445. Remove intermediate version. 31 Mar 2013; Diego E. Pettenò <flameeyes@gentoo.org> zile-2.4.9.ebuild: Add ~arm keyword. diff --git a/app-editors/zile/zile-2.3.24-r1.ebuild b/app-editors/zile/zile-2.3.24-r1.ebuild index fa65504a13f7..07575449c720 100644 --- a/app-editors/zile/zile-2.3.24-r1.ebuild +++ b/app-editors/zile/zile-2.3.24-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.3.24-r1.ebuild,v 1.8 2012/11/02 07:48:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.24-r1.ebuild,v 1.9 2013/05/20 15:23:31 ulm Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test valgrind" RDEPEND="sys-libs/ncurses" diff --git a/app-editors/zile/zile-2.4.8.ebuild b/app-editors/zile/zile-2.4.8.ebuild deleted file mode 100644 index 9fe6283d3597..000000000000 --- a/app-editors/zile/zile-2.4.8.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.8.ebuild,v 1.3 2012/11/02 07:48:34 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-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} \ - --disable-silent-rules \ - $(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 -} |