diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-13 09:24:00 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-13 09:24:00 +0000 |
commit | 098fbc4a416d9304bc90d64a80214bd1dffb6a30 (patch) | |
tree | 44d2a46f2d1418ecfe1bf11aad6f2ae08a26404a /app-text/asciidoc | |
parent | Version bump: minor bug fixes. (diff) | |
download | gentoo-2-098fbc4a416d9304bc90d64a80214bd1dffb6a30.tar.gz gentoo-2-098fbc4a416d9304bc90d64a80214bd1dffb6a30.tar.bz2 gentoo-2-098fbc4a416d9304bc90d64a80214bd1dffb6a30.zip |
Version bump. Remove older.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/asciidoc')
-rw-r--r-- | app-text/asciidoc/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/asciidoc/asciidoc-8.5.3.ebuild (renamed from app-text/asciidoc/asciidoc-8.5.1.ebuild) | 14 |
2 files changed, 16 insertions, 6 deletions
diff --git a/app-text/asciidoc/ChangeLog b/app-text/asciidoc/ChangeLog index 04e301cb8e9c..9f452dab89df 100644 --- a/app-text/asciidoc/ChangeLog +++ b/app-text/asciidoc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/asciidoc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.52 2010/04/05 23:16:25 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.53 2010/08/13 09:24:00 scarabeus Exp $ + +*asciidoc-8.5.3 (13 Aug 2010) + + 13 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -asciidoc-8.5.1.ebuild, +asciidoc-8.5.3.ebuild: + Version bump. Remove older. 05 Apr 2010; Jonathan Callen <abcd@gentoo.org> asciidoc-8.5.1.ebuild: Bump to EAPI=3, add prefix keywords diff --git a/app-text/asciidoc/asciidoc-8.5.1.ebuild b/app-text/asciidoc/asciidoc-8.5.3.ebuild index 2c83e81b68c9..2cbe09fd074f 100644 --- a/app-text/asciidoc/asciidoc-8.5.1.ebuild +++ b/app-text/asciidoc/asciidoc-8.5.3.ebuild @@ -1,9 +1,14 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.5.1.ebuild,v 1.2 2010/04/05 23:16:25 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.5.3.ebuild,v 1.1 2010/08/13 09:24:00 scarabeus Exp $ EAPI="3" +PYTHON_DEPEND="2:2.5" +RESTRICT_PYTHON_ABIS="3.*" + +inherit python + DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages" HOMEPAGE="http://www.methods.co.nz/asciidoc/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -14,11 +19,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="examples vim-syntax" RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75 - =dev-lang/python-2* dev-libs/libxslt media-gfx/graphviz app-text/docbook-xml-dtd:4.5 - || ( www-client/lynx www-client/w3m )" +" DEPEND="" src_prepare() { @@ -41,12 +45,12 @@ src_configure() { } src_install() { - dodir /usr/bin - use vim-syntax && dodir /usr/share/vim/vimfiles emake DESTDIR="${D}" install || die "install failed" + python_convert_shebangs -r 2 "${D}" + if use examples; then # This is a symlink to a directory rm examples/website/images || die |