summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-11-01 08:08:23 +0000
committerHans de Graaff <graaff@gentoo.org>2012-11-01 08:08:23 +0000
commit14f03e84d79ba6377b3641804ed66096dd7ae6e8 (patch)
treea20e25f495d780b8c241603f17fe401d9a6e1d4a /app-office/unoconv
parentVersion bump (diff)
downloadgentoo-2-14f03e84d79ba6377b3641804ed66096dd7ae6e8.tar.gz
gentoo-2-14f03e84d79ba6377b3641804ed66096dd7ae6e8.tar.bz2
gentoo-2-14f03e84d79ba6377b3641804ed66096dd7ae6e8.zip
Remove old versions and force downgrade to released version.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-office/unoconv')
-rw-r--r--app-office/unoconv/ChangeLog6
-rw-r--r--app-office/unoconv/unoconv-20120327.ebuild41
-rw-r--r--app-office/unoconv/unoconv-20120522.ebuild43
3 files changed, 5 insertions, 85 deletions
diff --git a/app-office/unoconv/ChangeLog b/app-office/unoconv/ChangeLog
index 05a4cb330a07..5839b0169abd 100644
--- a/app-office/unoconv/ChangeLog
+++ b/app-office/unoconv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/unoconv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.6 2012/10/31 08:55:29 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.7 2012/11/01 08:08:23 graaff Exp $
+
+ 01 Nov 2012; Hans de Graaff <graaff@gentoo.org> -unoconv-20120327.ebuild,
+ -unoconv-20120522.ebuild:
+ Remove old versions and force downgrade to released version.
*unoconv-0.6 (31 Oct 2012)
diff --git a/app-office/unoconv/unoconv-20120327.ebuild b/app-office/unoconv/unoconv-20120327.ebuild
deleted file mode 100644
index 0e96beea8f25..000000000000
--- a/app-office/unoconv/unoconv-20120327.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-20120327.ebuild,v 1.2 2012/03/31 11:57:35 scarabeus Exp $
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-EGIT_REPO_URI="https://github.com/dagwieers/unoconv.git"
-[[ ${PV} == 9999* ]] && SCM_ECLASS="git-2"
-inherit eutils python ${SCM_ECLASS}
-unset SCM_ECLASS
-
-DESCRIPTION="Convert between document formats supported by Libreoffice"
-HOMEPAGE="http://dag.wieers.com/home-made/unoconv/"
-[[ ${PV} == 9999* ]] || SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-[[ ${PV} == 9999* ]] || KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- !app-text/odt2txt
- virtual/ooo
-"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_prepare() {
- epatch "${FILESDIR}/timeout.patch"
- python_convert_shebangs -r 2 .
-}
-
-src_compile() { :; }
-
-src_install() {
- emake docs-install install install-links DESTDIR="${D}" || die
-}
diff --git a/app-office/unoconv/unoconv-20120522.ebuild b/app-office/unoconv/unoconv-20120522.ebuild
deleted file mode 100644
index 24c9d4e77069..000000000000
--- a/app-office/unoconv/unoconv-20120522.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-20120522.ebuild,v 1.1 2012/06/05 11:25:08 graaff Exp $
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-EGIT_REPO_URI="https://github.com/dagwieers/unoconv.git"
-[[ ${PV} == 9999* ]] && SCM_ECLASS="git-2"
-inherit eutils python ${SCM_ECLASS}
-unset SCM_ECLASS
-
-DESCRIPTION="Convert between document formats supported by Libreoffice"
-HOMEPAGE="http://dag.wieers.com/home-made/unoconv/"
-[[ ${PV} == 9999* ]] || SRC_URI="http://dev.gentoo.org/~graaff/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-[[ ${PV} == 9999* ]] || KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- !app-text/odt2txt
- virtual/ooo
-"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_prepare() {
- epatch "${FILESDIR}/timeout.patch"
- python_convert_shebangs -r 2 .
-}
-
-src_compile() { :; }
-
-src_install() {
- emake docs-install install install-links DESTDIR="${D}" || die
-
- dodoc ChangeLog README.asciidoc || die
-}