ChangeLog

# ChangeLog for dev-util/autotoolset
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/autotoolset/ChangeLog,v 1.7 2008/01/23 12:00:37 opfer Exp $

23 Jan 2008; Christian Faulhammer
autotoolset-0.11.4-r1.ebuild:
fix automagic dependency, see bug 202949

09 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

01 Jan 2006; Luis Medinas
autotoolset-0.11.4-r1.ebuild:
Added ~amd64 keyword.

30 Aug 2005; Robin H. Johnson
autotoolset-0.11.4-r1.ebuild:
Stable on x86.

*autotoolset-0.11.4-r1 (18 Jul 2005)

18 Jul 2005; Robin H. Johnson
+autotoolset-0.11.4-r1.ebuild:
Add pending patch from upstream patch tracker that cleans up aclocal
warnings and errors (which caused autoheader to fail in some cases).

07 May 2005; David Holm autotoolset-0.11.4.ebuild:
Added to ~ppc.

*autotoolset-0.11.4 (09 Oct 2004)

09 Oct 2004; Mike Frysinger :
Initial import. Ebuild submitted by Sri Gupta #37494.

Manifest

DIST autotoolset-0.11.4-misc-pending-upstream-fixes.gz 4087 RMD160 5a8187e862a4fe1615ce41debe08259528d41e86 SHA1 1a32c4ae810ecc9d399d7fc548116030b1160570 SHA256 f071e88ad0d1d7161a93291490d075279859586124defefe31493c6f5706f349
DIST autotoolset-0.11.4.tar.bz2 1156980 RMD160 d317bf21880b06c2d9523ebc5027b2d09a74e09e SHA1 1a98510c8648fe69e246fa6d4e6d2aee65ddfe96 SHA256 25a33733cf17bf3fa232af8330b64da3b6255ea7a319524a3008f8b6c0b6a02d
EBUILD autotoolset-0.11.4-r1.ebuild 1117 RMD160 d13a004062c78c0a2e789051177214ec096d3314 SHA1 f66df3e1c18c54dedc914072615412a9e75769fc SHA256 30ea791ac9e2d045b7a53ab42cedacfe3292f1759b83b7a588b5700eec3a129c
MISC ChangeLog 1160 RMD160 8c806a23c22237b6b9a67d5fc1b41b0054229425 SHA1 11c412ebe4eff4edd9d6dd65fb96af0f680c2bf3 SHA256 98ce2161163e02c377452b78e6c7ca08f80cb132b9fbf70ced92a5a63be0e300
MISC metadata.xml 164 RMD160 f43cbec30b7074319087c9acffdb9354b17b0db3 SHA1 9c213f5803676c56439df3716be07d6692588856 SHA256 f5f2891f2a4791cd31350bb2bb572131ad7235cd0eeb124c9912c187ac10ce92

autotoolset-0.11.4-r1.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild,v 1.5 2008/01/23 12:00:37 opfer Exp $

inherit eutils fixheadtails

DESCRIPTION="colection of small tools to simplify project development with autotools"
HOMEPAGE="http://autotoolset.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
mirror://gentoo/${P}-misc-pending-upstream-fixes.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""

DEPEND="sys-devel/autoconf
sys-devel/automake
sys-devel/libtool
app-arch/sharutils
app-arch/gzip
dev-lang/perl"

src_unpack() {
unpack ${P}.tar.bz2
cd "${S}"
# http://sourceforge.net/tracker/index.php?func=detail&aid=1107954&group_id=75790&atid=545068
epatch "${DISTDIR}"/${P}-misc-pending-upstream-fixes.gz
ht_fix_file src/gpl/gpl.sh
}

src_compile() {
econf EMACS=no || die "econf failed"
emake || die "emake failed"
}

src_install() {
make install DESTDIR="${D}" || die "Installation failed"
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
}

metadata.xml




base-system