summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2005-11-07 20:05:50 +0000
committerAndreas Proschofsky <suka@gentoo.org>2005-11-07 20:05:50 +0000
commit47dcd55592a1879e01c2eccb436145544d116476 (patch)
tree925ab2bd8974fb216aa174c36f0f78defe15e7f7 /app-office
parentversion bump (diff)
downloadhistorical-47dcd55592a1879e01c2eccb436145544d116476.tar.gz
historical-47dcd55592a1879e01c2eccb436145544d116476.tar.bz2
historical-47dcd55592a1879e01c2eccb436145544d116476.zip
cleanup
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-office')
-rw-r--r--app-office/imposter/files/digest-imposter-0.2-r11
-rw-r--r--app-office/imposter/imposter-0.2-r1.ebuild31
-rw-r--r--app-office/ooextras/files/digest-ooextras-200312061
-rw-r--r--app-office/ooextras/ooextras-20031206.ebuild32
4 files changed, 0 insertions, 65 deletions
diff --git a/app-office/imposter/files/digest-imposter-0.2-r1 b/app-office/imposter/files/digest-imposter-0.2-r1
deleted file mode 100644
index 5fec479d0c28..000000000000
--- a/app-office/imposter/files/digest-imposter-0.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 724116d043d228e75ad0cd33d7466946 imposter-0.2.tar.gz 165306
diff --git a/app-office/imposter/imposter-0.2-r1.ebuild b/app-office/imposter/imposter-0.2-r1.ebuild
deleted file mode 100644
index 1bddbca28f8e..000000000000
--- a/app-office/imposter/imposter-0.2-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/imposter/imposter-0.2-r1.ebuild,v 1.2 2005/01/01 15:34:25 eradicator Exp $
-
-DESCRIPTION="Imposter is a standalone viewer for the presentations created by OpenOffice.org Impress software"
-HOMEPAGE="http://imposter.sourceforge.net/"
-
-SRC_URI="mirror://sourceforge/imposter/${P}.tar.gz"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-
-IUSE="iksemel"
-DEPEND="virtual/x11
- dev-libs/atk
- x11-libs/pango
- dev-libs/glib
- dev-util/pkgconfig
- >=x11-libs/gtk+-2.0.3
- iksemel? ( >=dev-libs/iksemel-1.2 )"
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}
diff --git a/app-office/ooextras/files/digest-ooextras-20031206 b/app-office/ooextras/files/digest-ooextras-20031206
deleted file mode 100644
index 86c3d3a01ce6..000000000000
--- a/app-office/ooextras/files/digest-ooextras-20031206
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e808e6a8f69125ff6a3662dde7f5bb58 ooextras20031206.tgz 9220589
diff --git a/app-office/ooextras/ooextras-20031206.ebuild b/app-office/ooextras/ooextras-20031206.ebuild
deleted file mode 100644
index bf78ff724966..000000000000
--- a/app-office/ooextras/ooextras-20031206.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/ooextras/ooextras-20031206.ebuild,v 1.5 2005/03/05 18:17:03 suka Exp $
-
-DESCRIPTION="OOExtras: Extra Templates for OpenOffice.org!"
-HOMEPAGE="http://ooextras.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ooextras/${PN}${PV}.tgz"
-
-INSTDIR="/opt/${PN}"
-S="${WORKDIR}/downloads"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="x86 ~amd64 ~ppc ~sparc"
-IUSE=""
-RDEPEND="virtual/ooo"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- true # nothing to do
-}
-
-src_install() {
- dodir ${INSTDIR}
- cp -R -- ${S}/. ${D}/${INSTDIR}/
-}
-
-pkg_postinst() {
- einfo "Please add ${INSTDIR} to your template paths in OpenOffice.org"
- einfo "You can do this under:"
- einfo "Tools > Options > OpenOffice.org > Paths"
-}