From 8e7de653a0b336aee940bd75e39df2c7ddaf68b2 Mon Sep 17 00:00:00 2001
From: Andreas Proschofsky <suka@gentoo.org>
Date: Wed, 16 Mar 2011 19:09:05 +0000
Subject: Remove outdated release

(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
---
 app-office/ooextras/ChangeLog                |  7 ++++--
 app-office/ooextras/ooextras-20050216.ebuild | 32 ----------------------------
 2 files changed, 5 insertions(+), 34 deletions(-)
 delete mode 100644 app-office/ooextras/ooextras-20050216.ebuild

(limited to 'app-office/ooextras')

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"
-}
-- 
cgit v1.2.3-65-gdbad