summaryrefslogtreecommitdiff
path: root/x11-misc
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2013-05-29 00:35:40 +0200
committerBertrand Jacquin <beber@meleeweb.net>2013-05-29 01:37:32 +0200
commitdd19d2b181be6c79cab8b5759660c1e461598388 (patch)
treee17996ed93544937426a35cda0ffb042d9c0a307 /x11-misc
parentx11-misc/elsa: invert DEPEND and RDEPEND, rename elementary (diff)
downloadportage-dd19d2b181be6c79cab8b5759660c1e461598388.tar.xz
delete old x11-misc/exorcist
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/exorcist/Manifest7
-rw-r--r--x11-misc/exorcist/exorcist-9999.ebuild25
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-misc/exorcist/Manifest b/x11-misc/exorcist/Manifest
deleted file mode 100644
index a01e4e96..00000000
--- a/x11-misc/exorcist/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-EBUILD exorcist-9999.ebuild 468 RMD160 e86cf3ca5071f2dc831e2731827b875a786d32f5 SHA1 4e16135f066fd3586f77ba0403a546f45b312973 SHA256 5c41283d1cbf3986997754c70a8282e09823328a0afc6e9c649a74658a705219
-MD5 b2202464fafbc4955ebe76b80069d084 exorcist-9999.ebuild 468
-RMD160 e86cf3ca5071f2dc831e2731827b875a786d32f5 exorcist-9999.ebuild 468
-SHA256 5c41283d1cbf3986997754c70a8282e09823328a0afc6e9c649a74658a705219 exorcist-9999.ebuild 468
-MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-exorcist-9999 0
-RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 files/digest-exorcist-9999 0
-SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 files/digest-exorcist-9999 0
diff --git a/x11-misc/exorcist/exorcist-9999.ebuild b/x11-misc/exorcist/exorcist-9999.ebuild
deleted file mode 100644
index f0e55259..00000000
--- a/x11-misc/exorcist/exorcist-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header
-
-ECVS_MODULE="e17/proto/exorcist"
-inherit enlightenment
-
-DESCRIPTION="A PDF Viewer in EFL"
-IUSE=""
-
-RDEPEND="x11-libs/epdf"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- cd build
- epunt_cxx
- elibtoolize
- econf ${MY_ECONF} || enlightenment_die "econf failed"
- emake || enlightenment_die "emake failed"
-}
-
-src_install() {
- cd build
- enlightenment_src_install
-}