summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-19 06:37:04 +0000
committerMike Frysinger <vapier@gentoo.org>2009-02-19 06:37:04 +0000
commit0310a4e55aa1fc14981d940aed00bd3d5b82a7f9 (patch)
tree452526c47b36ee908d4b8afb7ff12b764ccd10c7
parentUpdated error message to make more generic (fixes bug #256019). (diff)
downloadgentoo-2-0310a4e55aa1fc14981d940aed00bd3d5b82a7f9.tar.gz
gentoo-2-0310a4e55aa1fc14981d940aed00bd3d5b82a7f9.tar.bz2
gentoo-2-0310a4e55aa1fc14981d940aed00bd3d5b82a7f9.zip
old
(Portage version: 2.2_rc23/cvs/Linux x86_64)
-rw-r--r--sys-devel/ac-archive/ac-archive-0.5.63.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/sys-devel/ac-archive/ac-archive-0.5.63.ebuild b/sys-devel/ac-archive/ac-archive-0.5.63.ebuild
deleted file mode 100644
index b9af2d332411..000000000000
--- a/sys-devel/ac-archive/ac-archive-0.5.63.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ac-archive-0.5.63.ebuild,v 1.2 2005/05/25 12:09:50 ka0ttic Exp $
-
-inherit fixheadtails
-
-DESCRIPTION="The Autoconf Macro Archive"
-HOMEPAGE="http://ac-archive.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ac-archive/${P}.tar.bz2"
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="~ppc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/perl
- sys-devel/automake
- sys-devel/autoconf"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- ht_fix_file Makefile.in configure
-}
-
-src_compile() {
- econf || die
-}
-
-src_install() {
- make \
- install-aclocals \
- install-man \
- DESTDIR=${D} || die
- dodoc README TODO ChangeLog
- dohtml doc/*.htm
-}