summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-09-10 03:06:07 +0000
committerMike Gilbert <floppym@gentoo.org>2012-09-10 03:06:07 +0000
commit08ab14af4b4e0b7723b3d1fe57911dac22403f29 (patch)
tree7e6847b12ac9f4800e346d49ebb508cfcf52a830
parentVersion bump for bug 430260 by Sean McCovern. (diff)
downloadgentoo-2-08ab14af4b4e0b7723b3d1fe57911dac22403f29.tar.gz
gentoo-2-08ab14af4b4e0b7723b3d1fe57911dac22403f29.tar.bz2
gentoo-2-08ab14af4b4e0b7723b3d1fe57911dac22403f29.zip
Remove old.
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
-rw-r--r--app-text/asciidoc/ChangeLog6
-rw-r--r--app-text/asciidoc/asciidoc-8.2.6.ebuild62
-rw-r--r--app-text/asciidoc/asciidoc-8.5.3.ebuild72
-rw-r--r--app-text/asciidoc/asciidoc-8.6.3.ebuild94
-rw-r--r--app-text/asciidoc/asciidoc-8.6.4.ebuild107
5 files changed, 5 insertions, 336 deletions
diff --git a/app-text/asciidoc/ChangeLog b/app-text/asciidoc/ChangeLog
index c15b0ce08fce..2f9dd5faf93b 100644
--- a/app-text/asciidoc/ChangeLog
+++ b/app-text/asciidoc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/asciidoc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.82 2012/09/10 03:04:04 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.83 2012/09/10 03:06:07 floppym Exp $
+
+ 10 Sep 2012; Mike Gilbert <floppym@gentoo.org> -asciidoc-8.2.6.ebuild,
+ -asciidoc-8.5.3.ebuild, -asciidoc-8.6.3.ebuild, -asciidoc-8.6.4.ebuild:
+ Remove old.
*asciidoc-8.6.8 (10 Sep 2012)
diff --git a/app-text/asciidoc/asciidoc-8.2.6.ebuild b/app-text/asciidoc/asciidoc-8.2.6.ebuild
deleted file mode 100644
index c4fea374795e..000000000000
--- a/app-text/asciidoc/asciidoc-8.2.6.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.2.6.ebuild,v 1.9 2011/04/05 05:05:33 ulm Exp $
-
-DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages"
-HOMEPAGE="http://www.methods.co.nz/asciidoc/"
-SRC_URI="http://www.methods.co.nz/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="examples vim-syntax"
-
-DEPEND=">=dev-lang/python-2.3
- dev-libs/libxslt"
-
-src_unpack() {
- unpack ${A}
-
- sed -i \
- -e "s:^BINDIR=.*:BINDIR=${D}usr/bin:" \
- -e "s:^MANDIR=.*:MANDIR=${D}usr/share/man:" \
- -e "s:^CONFDIR=.*:CONFDIR=${D}etc/asciidoc:" \
- -e "s:^VIM_CONFDIR=.*:VIM_CONFDIR=${D}usr/share/vim/vimfiles:" \
- "${S}/install.sh"
-}
-
-src_install() {
- dodir /usr/bin
-
- use vim-syntax && dodir /usr/share/vim/vimfiles
-
- "${S}"/install.sh
-
- if use examples; then
- # This is a symlink to a directory
- rm -f examples/website/images
- cp -Rf images examples/website
-
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-
- # HTML pages (with their sources)
- dohtml -r doc/*
- insinto /usr/share/doc/${PF}/html
- doins doc/*.txt
-
- # Misc. documentation
- dodoc BUGS CHANGELOG COPYRIGHT README
- dodoc docbook-xsl/asciidoc-docbook-xsl.txt
-}
-
-pkg_preinst() {
- # Clean any symlinks in /etc possibly installed by previous versions
- if [ -d "${ROOT}etc/asciidoc" ]; then
- einfo "Cleaning old symlinks under /etc/asciidoc"
- for entry in $(find "${ROOT}etc/asciidoc" -type l); do
- rm -f $entry
- done
- fi
-}
diff --git a/app-text/asciidoc/asciidoc-8.5.3.ebuild b/app-text/asciidoc/asciidoc-8.5.3.ebuild
deleted file mode 100644
index 63ad375220a8..000000000000
--- a/app-text/asciidoc/asciidoc-8.5.3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.5.3.ebuild,v 1.13 2011/06/30 00:30:38 sping 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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="examples graphviz vim-syntax"
-
-RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75
- dev-libs/libxslt
- graphviz? ( media-gfx/graphviz )
- app-text/docbook-xml-dtd:4.5
-"
-DEPEND=""
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_prepare() {
- if ! use vim-syntax; then
- sed -i -e '/^install/s/install-vim//' Makefile.in
- else
- sed -i\
- -e "/^vimdir/s:@sysconfdir@/vim:${EPREFIX}/usr/share/vim/vimfiles:" \
- -e 's:/etc/vim::' \
- Makefile.in || die
- fi
-
- # Only needed for prefix - harmless (does nothing) otherwise
- sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \
- "${S}/asciidoc.py" || die
-}
-
-src_configure() {
- econf --sysconfdir="${EPREFIX}"/usr/share
-}
-
-src_install() {
- 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
-
- insinto /usr/share/doc/${PF}
- doins -r examples || die
- dosym ../../../asciidoc/images /usr/share/doc/${PF}/examples || die
- fi
-
- dohtml doc/*.html || die
- dosym ../../../asciidoc/images /usr/share/doc/${PF}/html || die
- dosym ../../../asciidoc/stylesheets/docbook-xsl.css /usr/share/doc/${PF}/html || die
-
- dodoc BUGS CHANGELOG README docbook-xsl/asciidoc-docbook-xsl.txt || die
-}
diff --git a/app-text/asciidoc/asciidoc-8.6.3.ebuild b/app-text/asciidoc/asciidoc-8.6.3.ebuild
deleted file mode 100644
index 80f834497451..000000000000
--- a/app-text/asciidoc/asciidoc-8.6.3.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.3.ebuild,v 1.3 2011/06/30 00:30:38 sping Exp $
-
-EAPI="3"
-
-PYTHON_DEPEND="2:2.5"
-RESTRICT_PYTHON_ABIS="3.*"
-
-[ "$PV" == "9999" ] && inherit mercurial autotools
-inherit python
-
-DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages"
-HOMEPAGE="http://www.methods.co.nz/asciidoc/"
-if [ "$PV" == "9999" ]; then
- EHG_REPO_URI="https://asciidoc.googlecode.com/hg/"
- SRC_URI=""
- KEYWORDS=""
- S=${WORKDIR}/hg
-else
- SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="examples graphviz vim-syntax"
-
-RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75
- dev-libs/libxslt
- graphviz? ( media-gfx/graphviz )
- app-text/docbook-xml-dtd:4.5
-"
-DEPEND=""
-
-if [ "$PV" == "9999" ]; then
- DEPEND="${DEPEND}
- dev-util/aap
- www-client/lynx
- dev-util/source-highlight"
-fi
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_prepare() {
- if ! use vim-syntax; then
- sed -i -e '/^install/s/install-vim//' Makefile.in
- else
- sed -i\
- -e "/^vimdir/s:@sysconfdir@/vim:${EPREFIX}/usr/share/vim/vimfiles:" \
- -e 's:/etc/vim::' \
- Makefile.in || die
- fi
-
- # Only needed for prefix - harmless (does nothing) otherwise
- sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \
- "${S}/asciidoc.py" || die
-
- [ "$PV" == "9999" ] && eautoconf
-}
-
-src_configure() {
- econf --sysconfdir="${EPREFIX}"/usr/share
-}
-
-src_compile() {
- default
-
- if [ "$PV" == "9999" ]; then
- ( cd doc && aap -f main.aap ../{CHANGELOG,README,BUGS} )
- fi
-}
-
-src_install() {
- 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
-
- insinto /usr/share/doc/${PF}
- doins -r examples || die
- dosym ../../../asciidoc/images /usr/share/doc/${PF}/examples || die
- fi
-
- dodoc BUGS CHANGELOG README docbook-xsl/asciidoc-docbook-xsl.txt \
- dblatex/dblatex-readme.txt filters/code/code-filter-readme.txt || die
-}
diff --git a/app-text/asciidoc/asciidoc-8.6.4.ebuild b/app-text/asciidoc/asciidoc-8.6.4.ebuild
deleted file mode 100644
index ca42ab0bb971..000000000000
--- a/app-text/asciidoc/asciidoc-8.6.4.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.4.ebuild,v 1.5 2011/06/30 00:30:38 sping Exp $
-
-EAPI="3"
-
-PYTHON_DEPEND="2:2.5"
-RESTRICT_PYTHON_ABIS="3.*"
-
-[ "$PV" == "9999" ] && inherit mercurial autotools
-inherit python
-
-DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages"
-HOMEPAGE="http://www.methods.co.nz/asciidoc/"
-if [ "$PV" == "9999" ]; then
- EHG_REPO_URI="https://asciidoc.googlecode.com/hg/"
- SRC_URI=""
- KEYWORDS=""
- S=${WORKDIR}/hg
-else
- SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="examples graphviz highlight test vim-syntax"
-
-RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75
- dev-libs/libxslt
- graphviz? ( media-gfx/graphviz )
- app-text/docbook-xml-dtd:4.5
- highlight? ( dev-util/source-highlight )
-"
-DEPEND="test? ( dev-util/source-highlight
- media-sound/lilypond
- media-gfx/imagemagick
- dev-texlive/texlive-latex
- app-text/dvipng
- media-gfx/graphviz )
-"
-
-if [ "$PV" == "9999" ]; then
- DEPEND="${DEPEND}
- dev-util/aap
- www-client/lynx
- dev-util/source-highlight"
-fi
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_prepare() {
- if ! use vim-syntax; then
- sed -i -e '/^install/s/install-vim//' Makefile.in
- else
- sed -i\
- -e "/^vimdir/s:@sysconfdir@/vim:${EPREFIX}/usr/share/vim/vimfiles:" \
- -e 's:/etc/vim::' \
- Makefile.in || die
- fi
-
- # Only needed for prefix - harmless (does nothing) otherwise
- sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \
- "${S}/asciidoc.py" || die
-
- [ "$PV" == "9999" ] && eautoconf
-}
-
-src_configure() {
- econf --sysconfdir="${EPREFIX}"/usr/share
-}
-
-src_compile() {
- default
-
- if [ "$PV" == "9999" ]; then
- ( cd doc && aap -f main.aap ../{CHANGELOG,README,BUGS} )
- fi
-}
-
-src_install() {
- 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
-
- insinto /usr/share/doc/${PF}
- doins -r examples || die
- dosym ../../../asciidoc/images /usr/share/doc/${PF}/examples || die
- fi
-
- dodoc BUGS CHANGELOG README docbook-xsl/asciidoc-docbook-xsl.txt \
- dblatex/dblatex-readme.txt filters/code/code-filter-readme.txt || die
-}
-
-src_test() {
- cd tests || die
- ASCIIDOC_PY=../asciidoc.py "$(PYTHON)" test${PN}.py update || die
- ASCIIDOC_PY=../asciidoc.py "$(PYTHON)" test${PN}.py run || die
-}