summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-01-17 13:58:49 +0000
committerMarkus Meier <maekke@gentoo.org>2008-01-17 13:58:49 +0000
commit1b43960acea54b9c4a948ae4e218af1dbf0aa9ec (patch)
tree09b0bb874cc880dd407a9b8e1cd52f630d9d001c /sys-devel/ac-archive
parentalpha/sparc stable wrt #203217 (diff)
downloadgentoo-2-1b43960acea54b9c4a948ae4e218af1dbf0aa9ec.tar.gz
gentoo-2-1b43960acea54b9c4a948ae4e218af1dbf0aa9ec.tar.bz2
gentoo-2-1b43960acea54b9c4a948ae4e218af1dbf0aa9ec.zip
add aspell dep (bug #205177) and use autotools eclass
(Portage version: 2.1.4)
Diffstat (limited to 'sys-devel/ac-archive')
-rw-r--r--sys-devel/ac-archive/ChangeLog7
-rw-r--r--sys-devel/ac-archive/ac-archive-2006.1017.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/sys-devel/ac-archive/ChangeLog b/sys-devel/ac-archive/ChangeLog
index a905b7b25694..d066a789c35a 100644
--- a/sys-devel/ac-archive/ChangeLog
+++ b/sys-devel/ac-archive/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/ac-archive
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ChangeLog,v 1.9 2007/11/17 23:13:43 vapier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ChangeLog,v 1.10 2008/01/17 13:58:49 maekke Exp $
+
+ 17 Jan 2008; Markus Meier <maekke@gentoo.org> ac-archive-2006.1017.ebuild:
+ add aspell dep (bug #205177) and use autotools eclass
*ac-archive-2006.1017 (17 Nov 2007)
diff --git a/sys-devel/ac-archive/ac-archive-2006.1017.ebuild b/sys-devel/ac-archive/ac-archive-2006.1017.ebuild
index 154a06e3614a..eb28fdf2a83c 100644
--- a/sys-devel/ac-archive/ac-archive-2006.1017.ebuild
+++ b/sys-devel/ac-archive/ac-archive-2006.1017.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ac-archive-2006.1017.ebuild,v 1.1 2007/11/17 23:13:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ac-archive-2006.1017.ebuild,v 1.2 2008/01/17 13:58:49 maekke Exp $
+
+inherit autotools
DESCRIPTION="The Autoconf Macro Archive"
HOMEPAGE="http://ac-archive.sourceforge.net/"
@@ -11,10 +13,8 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-DEPEND=""
-RDEPEND="dev-lang/perl
- sys-devel/automake
- sys-devel/autoconf"
+DEPEND="app-text/aspell"
+RDEPEND="dev-lang/perl"
src_install() {
emake install DESTDIR="${D}" || die