diff options
author | 2015-04-14 23:52:12 +0000 | |
---|---|---|
committer | 2015-04-14 23:52:12 +0000 | |
commit | 8dd33358721e0cb5a5fffc2e3d839bef87b658e4 (patch) | |
tree | d5e1b0e9753b6911cf79a5815b929bb554f244cc /app-text | |
parent | Remove old. (diff) | |
download | gentoo-2-8dd33358721e0cb5a5fffc2e3d839bef87b658e4.tar.gz gentoo-2-8dd33358721e0cb5a5fffc2e3d839bef87b658e4.tar.bz2 gentoo-2-8dd33358721e0cb5a5fffc2e3d839bef87b658e4.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wiki2beamer/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/wiki2beamer/wiki2beamer-0.9.2-r2.ebuild | 58 | ||||
-rw-r--r-- | app-text/wiki2beamer/wiki2beamer-0.9.4.ebuild | 57 | ||||
-rw-r--r-- | app-text/wiki2beamer/wiki2beamer-0.9.5.ebuild | 57 |
4 files changed, 5 insertions, 173 deletions
diff --git a/app-text/wiki2beamer/ChangeLog b/app-text/wiki2beamer/ChangeLog index 420f9c83f70e..8ecf1f5f19ca 100644 --- a/app-text/wiki2beamer/ChangeLog +++ b/app-text/wiki2beamer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/wiki2beamer # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wiki2beamer/ChangeLog,v 1.6 2015/01/18 23:29:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wiki2beamer/ChangeLog,v 1.7 2015/04/14 23:52:12 mrueg Exp $ + + 14 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -wiki2beamer-0.9.2-r2.ebuild, + -wiki2beamer-0.9.4.ebuild, -wiki2beamer-0.9.5.ebuild: + Remove old. *wiki2beamer-0.9.5-r1 (18 Jan 2015) diff --git a/app-text/wiki2beamer/wiki2beamer-0.9.2-r2.ebuild b/app-text/wiki2beamer/wiki2beamer-0.9.2-r2.ebuild deleted file mode 100644 index 2e703a4e4cef..000000000000 --- a/app-text/wiki2beamer/wiki2beamer-0.9.2-r2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wiki2beamer/wiki2beamer-0.9.2-r2.ebuild,v 1.3 2014/08/10 18:36:02 slyfox Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit python - -DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input" - -HOMEPAGE="http://wiki2beamer.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.zip" - -LICENSE="|| ( GPL-2 GPL-3 ) FDL-1.3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+examples" - -DEPEND="app-arch/unzip" -RDEPEND="" - -src_install() { - if use examples; then - # Patch example Makefile - sed -e 's|../../code/wiki2beamer|wiki2beamer|' \ - -i doc/example/Makefile \ - || die - - insinto /usr/share/doc/${PF}/example - doins doc/example/* || die - fi - - doman doc/man/${PN}.1 || die - dodoc ChangeLog README || die - - per_abi_install() { - local MAIN_DIR="$(python_get_sitedir)"/${PN} - insinto "${MAIN_DIR}" - newins code/${PN} ${PN}.py || die - - fperms 755 "${MAIN_DIR}"/${PN}.py || die - dosym "${MAIN_DIR}"/${PN}.py /usr/bin/${PN}-${PYTHON_ABI} || die - } - python_execute_function per_abi_install - - python_generate_wrapper_scripts "${ED}usr/bin/${PN}" -} - -pkg_postinst() { - python_mod_optimize ${PN} -} - -pkg_postrm() { - python_mod_cleanup ${PN} -} diff --git a/app-text/wiki2beamer/wiki2beamer-0.9.4.ebuild b/app-text/wiki2beamer/wiki2beamer-0.9.4.ebuild deleted file mode 100644 index 6f96c8214f4b..000000000000 --- a/app-text/wiki2beamer/wiki2beamer-0.9.4.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wiki2beamer/wiki2beamer-0.9.4.ebuild,v 1.3 2014/08/10 18:36:02 slyfox Exp $ - -EAPI="3" -PYTHON_DEPEND="*" -SUPPORT_PYTHON_ABIS="1" - -inherit python - -DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input" - -HOMEPAGE="http://wiki2beamer.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.zip" - -LICENSE="|| ( GPL-2 GPL-3 ) FDL-1.3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+examples" - -DEPEND="app-arch/unzip" -RDEPEND="" - -src_install() { - if use examples; then - # Patch example Makefile - sed -e 's|../../code/wiki2beamer|wiki2beamer|' \ - -i doc/example/Makefile \ - || die - - insinto /usr/share/doc/${PF}/example - doins doc/example/* || die - fi - - doman doc/man/${PN}.1 || die - dodoc ChangeLog README || die - - per_abi_install() { - local MAIN_DIR="$(python_get_sitedir)"/${PN} - insinto "${MAIN_DIR}" - newins code/${PN} ${PN}.py || die - - fperms 755 "${MAIN_DIR}"/${PN}.py || die - dosym "${MAIN_DIR}"/${PN}.py /usr/bin/${PN}-${PYTHON_ABI} || die - } - python_execute_function per_abi_install - - python_generate_wrapper_scripts "${ED}usr/bin/${PN}" -} - -pkg_postinst() { - python_mod_optimize ${PN} -} - -pkg_postrm() { - python_mod_cleanup ${PN} -} diff --git a/app-text/wiki2beamer/wiki2beamer-0.9.5.ebuild b/app-text/wiki2beamer/wiki2beamer-0.9.5.ebuild deleted file mode 100644 index 6a282522255f..000000000000 --- a/app-text/wiki2beamer/wiki2beamer-0.9.5.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wiki2beamer/wiki2beamer-0.9.5.ebuild,v 1.2 2014/08/10 18:36:02 slyfox Exp $ - -EAPI="3" -PYTHON_DEPEND="*" -SUPPORT_PYTHON_ABIS="1" - -inherit python - -DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input" - -HOMEPAGE="http://wiki2beamer.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.zip" - -LICENSE="|| ( GPL-2 GPL-3 ) FDL-1.3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+examples" - -DEPEND="app-arch/unzip" -RDEPEND="" - -src_install() { - if use examples; then - # Patch example Makefile - sed -e 's|../../code/wiki2beamer|wiki2beamer|' \ - -i doc/example/Makefile \ - || die - - insinto /usr/share/doc/${PF}/example - doins doc/example/* || die - fi - - doman doc/man/${PN}.1 || die - dodoc ChangeLog README || die - - per_abi_install() { - local MAIN_DIR="$(python_get_sitedir)"/${PN} - insinto "${MAIN_DIR}" - newins code/${PN} ${PN}.py || die - - fperms 755 "${MAIN_DIR}"/${PN}.py || die - dosym "${MAIN_DIR}"/${PN}.py /usr/bin/${PN}-${PYTHON_ABI} || die - } - python_execute_function per_abi_install - - python_generate_wrapper_scripts "${ED}usr/bin/${PN}" -} - -pkg_postinst() { - python_mod_optimize ${PN} -} - -pkg_postrm() { - python_mod_cleanup ${PN} -} |