summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2008-03-12 11:28:18 +0000
committerThomas Sachau <tommy@gentoo.org>2008-03-12 11:28:18 +0000
commit662857be6d76b6e5010e9c7394c63bf8573e498a (patch)
tree2fea7ddfc562a9302f044bca2c1ef10565c64a62 /app-cdr/acetoneiso2/acetoneiso2-2.0.0.ebuild
parentapp-cdr/acetoneiso2: Remove old version. (diff)
downloadsunrise-662857be6d76b6e5010e9c7394c63bf8573e498a.tar.gz
sunrise-662857be6d76b6e5010e9c7394c63bf8573e498a.tar.bz2
sunrise-662857be6d76b6e5010e9c7394c63bf8573e498a.zip
app-cdr/acetoneiso2: Really drop it
svn path=/sunrise/; revision=5818
Diffstat (limited to 'app-cdr/acetoneiso2/acetoneiso2-2.0.0.ebuild')
-rw-r--r--app-cdr/acetoneiso2/acetoneiso2-2.0.0.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/app-cdr/acetoneiso2/acetoneiso2-2.0.0.ebuild b/app-cdr/acetoneiso2/acetoneiso2-2.0.0.ebuild
deleted file mode 100644
index dcffaa4ca..000000000
--- a/app-cdr/acetoneiso2/acetoneiso2-2.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=1
-
-inherit qt4
-
-DESCRIPTION="Graphical tool to do a lot things with image files like extracting, mounting, encrypting."
-HOMEPAGE="http://sourceforge.net/projects/acetoneiso2/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}-source.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cdr crypt"
-
-DEPEND="
- x11-libs/qt:4
- cdr? ( || ( app-cdr/cdrtools app-cdr/cdrkit )
- app-cdr/cdrdao )
- app-arch/p7zip
- || ( kde-base/konqueror gnome-base/nautilus kde-base/kdebase )
- crypt? ( >=app-crypt/gnupg-2 )
- sys-fs/fuse
- sys-fs/fuseiso"
-
-RDEPEND=${DEPEND}
-
-S="${WORKDIR}"/${PN}/src/
-
-src_compile() {
- eqmake4 || die "qmake failed"
- emake || die "emake failed"
-}
-
-src_install() {
- INSTALL_ROOT="${D}" einstall || die "install failed"
-}