summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-02 12:17:44 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-02 12:17:44 +0000
commit0e33c69c29c887bd536d10b63c179bf20c08d8bc (patch)
tree392aaa93fa6c354d85a06c154103fcb2eb87fe6f /app-editors/adie
parentStable for sparc, wrt bug #525746 (diff)
downloadgentoo-2-0e33c69c29c887bd536d10b63c179bf20c08d8bc.tar.gz
gentoo-2-0e33c69c29c887bd536d10b63c179bf20c08d8bc.tar.bz2
gentoo-2-0e33c69c29c887bd536d10b63c179bf20c08d8bc.zip
Remove EAPI1 version.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-editors/adie')
-rw-r--r--app-editors/adie/ChangeLog5
-rw-r--r--app-editors/adie/adie-1.6.36.ebuild18
2 files changed, 4 insertions, 19 deletions
diff --git a/app-editors/adie/ChangeLog b/app-editors/adie/ChangeLog
index 6f55257b99d5..01f56b116e96 100644
--- a/app-editors/adie/ChangeLog
+++ b/app-editors/adie/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/adie
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.55 2015/01/02 12:15:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.56 2015/01/02 12:17:44 mrueg Exp $
+
+ 02 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -adie-1.6.36.ebuild:
+ Remove EAPI1 version.
02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> adie-1.6.49.ebuild:
Stable for sparc, wrt bug #518770
diff --git a/app-editors/adie/adie-1.6.36.ebuild b/app-editors/adie/adie-1.6.36.ebuild
deleted file mode 100644
index 3c52a45cb312..000000000000
--- a/app-editors/adie/adie-1.6.36.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.6.36.ebuild,v 1.7 2010/07/27 01:34:17 jer Exp $
-
-EAPI="1"
-
-inherit fox
-
-DESCRIPTION="Text editor based on the FOX Toolkit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="x11-libs/fox:1.6"
-
-RDEPEND="${DEPEND}"