diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2005-11-07 20:05:50 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2005-11-07 20:05:50 +0000 |
commit | f4eeda577baf0a65cbada61e83b571d49f28cba7 (patch) | |
tree | 33682ccb3ad40c5889f900ebf4d23232084dd81f /app-office/ooextras | |
parent | version bump (diff) | |
download | gentoo-2-f4eeda577baf0a65cbada61e83b571d49f28cba7.tar.gz gentoo-2-f4eeda577baf0a65cbada61e83b571d49f28cba7.tar.bz2 gentoo-2-f4eeda577baf0a65cbada61e83b571d49f28cba7.zip |
cleanup
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-office/ooextras')
-rw-r--r-- | app-office/ooextras/files/digest-ooextras-20031206 | 1 | ||||
-rw-r--r-- | app-office/ooextras/ooextras-20031206.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
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" -} |