summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2009-10-12 21:33:11 +0000
committerJonathan Callen <jcallen@gentoo.org>2009-10-12 21:33:11 +0000
commit4da6014d61b081dfba3b8cf8ba0447b5d9065169 (patch)
tree31ca06d8db40bc2d3def730eba83b3b8381e9f47 /kde-base/kdvi
parentRestore ~keywords that was present in 4.3.1 but missing accidently in 4.3.2 (diff)
downloadhistorical-4da6014d61b081dfba3b8cf8ba0447b5d9065169.tar.gz
historical-4da6014d61b081dfba3b8cf8ba0447b5d9065169.tar.bz2
historical-4da6014d61b081dfba3b8cf8ba0447b5d9065169.zip
KDE 3.5.9 removal
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base/kdvi')
-rw-r--r--kde-base/kdvi/ChangeLog5
-rw-r--r--kde-base/kdvi/kdvi-3.5.9.ebuild48
2 files changed, 4 insertions, 49 deletions
diff --git a/kde-base/kdvi/ChangeLog b/kde-base/kdvi/ChangeLog
index f3b9d5dc69dd..100322fb69ce 100644
--- a/kde-base/kdvi/ChangeLog
+++ b/kde-base/kdvi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kdvi
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdvi/ChangeLog,v 1.98 2009/07/12 13:09:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdvi/ChangeLog,v 1.99 2009/10/12 21:06:12 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kdvi-3.5.9.ebuild:
+ KDE 3.5.9 removal
12 Jul 2009; Raúl Porcel <armin76@gentoo.org> kdvi-3.5.10.ebuild:
alpha/ia64/sparc stable wrt #271889
diff --git a/kde-base/kdvi/kdvi-3.5.9.ebuild b/kde-base/kdvi/kdvi-3.5.9.ebuild
deleted file mode 100644
index 7b7abe729c42..000000000000
--- a/kde-base/kdvi/kdvi-3.5.9.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdvi/kdvi-3.5.9.ebuild,v 1.8 2008/09/02 23:10:02 opfer Exp $
-
-KMNAME=kdegraphics
-EAPI="1"
-inherit kde-meta eutils elisp-common
-
-DESCRIPTION="KDE DVI viewer"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="emacs kpathsea"
-
-DEPEND=">=kde-base/kviewshell-${PV}:${SLOT}
- >=media-libs/freetype-2.3
- emacs? ( virtual/emacs )"
-RDEPEND="${DEPEND}
- kpathsea? ( virtual/tex-base )"
-
-KMCOMPILEONLY="kviewshell/"
-SITEFILE=50${PN}-gentoo.el
-
-src_compile() {
- kde-meta_src_compile
-
- if use emacs; then
- cd "${S}/doc/kdvi"
- elisp-compile kdvi-search.el
- fi
-}
-
-src_install() {
- kde-meta_src_install
-
- if use emacs; then
- elisp-install ${PN} doc/kdvi/kdvi-search.el*
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- fi
-}
-
-pkg_postinst() {
- kde_pkg_postinst
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- kde_pkg_postrm
- use emacs && elisp-site-regen
-}