diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2011-03-16 19:09:05 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2011-03-16 19:09:05 +0000 |
commit | 8e7de653a0b336aee940bd75e39df2c7ddaf68b2 (patch) | |
tree | b1c559914db2a02eaad3d6a9d494725026c8e16a /app-office/ooextras | |
parent | x86 stable per bug 359199 (diff) | |
download | gentoo-2-8e7de653a0b336aee940bd75e39df2c7ddaf68b2.tar.gz gentoo-2-8e7de653a0b336aee940bd75e39df2c7ddaf68b2.tar.bz2 gentoo-2-8e7de653a0b336aee940bd75e39df2c7ddaf68b2.zip |
Remove outdated release
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'app-office/ooextras')
-rw-r--r-- | app-office/ooextras/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/ooextras/ooextras-20050216.ebuild | 32 |
2 files changed, 5 insertions, 34 deletions
diff --git a/app-office/ooextras/ChangeLog b/app-office/ooextras/ChangeLog index 86175d4632f0..81a0f1bf4b6e 100644 --- a/app-office/ooextras/ChangeLog +++ b/app-office/ooextras/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/ooextras -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ooextras/ChangeLog,v 1.11 2009/04/04 14:25:43 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/ooextras/ChangeLog,v 1.12 2011/03/16 19:09:05 suka Exp $ + + 16 Mar 2011; Andreas Proschofsky <suka@gentoo.org> -ooextras-20050216.ebuild: + Remove outdated release 04 Apr 2009; Markus Meier <maekke@gentoo.org> ooextras-20060909.ebuild: amd64/x86 stable, bug #258126 diff --git a/app-office/ooextras/ooextras-20050216.ebuild b/app-office/ooextras/ooextras-20050216.ebuild deleted file mode 100644 index 4b128077e74a..000000000000 --- a/app-office/ooextras/ooextras-20050216.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ooextras/ooextras-20050216.ebuild,v 1.7 2009/12/17 10:53:02 ssuominen 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="~amd64 ppc -sparc x86" -IUSE="" -RDEPEND="virtual/ooo" -DEPEND="${RDEPEND}" - -src_compile() { - true # nothing to do -} - -src_install() { - dodir ${INSTDIR} - cp -R -- "${S}"/. "${D}"/${INSTDIR}/ -} - -pkg_postinst() { - elog "Please add ${INSTDIR} to your template paths in OpenOffice.org" - elog "You can do this under:" - elog "Tools > Options > OpenOffice.org > Paths" -} |