summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-03-06 10:26:19 +0000
committerJustin Lecher <jlec@gentoo.org>2014-03-06 10:26:19 +0000
commit3474b45b9b959d8c3c538392fb78fb04892718a6 (patch)
tree72c37b1a4a7802e44efe13c60083b9b78a78e79e /app-office
parentsci-biology/tophat: Version Bump, #502532; thanks José María Fernández Go... (diff)
downloadgentoo-2-3474b45b9b959d8c3c538392fb78fb04892718a6.tar.gz
gentoo-2-3474b45b9b959d8c3c538392fb78fb04892718a6.tar.bz2
gentoo-2-3474b45b9b959d8c3c538392fb78fb04892718a6.zip
app-office/impressive: Drop old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/impressive/ChangeLog5
-rw-r--r--app-office/impressive/impressive-0.10.3-r1.ebuild46
2 files changed, 4 insertions, 47 deletions
diff --git a/app-office/impressive/ChangeLog b/app-office/impressive/ChangeLog
index 04e8453698f7..82b30ed679c9 100644
--- a/app-office/impressive/ChangeLog
+++ b/app-office/impressive/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/impressive
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.10 2014/03/04 20:23:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.11 2014/03/06 10:26:19 jlec Exp $
+
+ 06 Mar 2014; Justin Lecher <jlec@gentoo.org> -impressive-0.10.3-r1.ebuild:
+ Drop old
04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> impressive-0.10.3-r2.ebuild:
Stable for x86, wrt bug #488936
diff --git a/app-office/impressive/impressive-0.10.3-r1.ebuild b/app-office/impressive/impressive-0.10.3-r1.ebuild
deleted file mode 100644
index 079b6f29ceee..000000000000
--- a/app-office/impressive/impressive-0.10.3-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.3-r1.ebuild,v 1.3 2011/06/29 18:51:23 maekke Exp $
-
-EAPI=3
-PYTHON_DEPEND=2
-
-inherit python
-
-MY_PN="Impressive"
-
-DESCRIPTION="Stylish way of giving presentations with Python"
-HOMEPAGE="http://impressive.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}/${PV}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="app-text/pdftk
- dev-python/imaging
- dev-python/pygame
- dev-python/pyopengl
- x11-misc/xdg-utils
- x11-apps/xrandr
- || ( app-text/xpdf app-text/ghostscript-gpl )
- || ( media-fonts/dejavu media-fonts/ttf-bitstream-vera media-fonts/corefonts )"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_install() {
- python_convert_shebangs 2 impressive.py
- dobin impressive.py || die
-
- # compatibility symlinks
- insinto /usr/bin
- dosym impressive.py /usr/bin/impressive || die
- dosym impressive.py /usr/bin/keyjnote || die
-
- # docs
- doman impressive.1 || die
- dohtml impressive.html || die
- dodoc changelog.txt demo.pdf || die
-}