diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-10 01:21:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-10 01:21:37 +0000 |
commit | 10cba12a0ddb9404b3efaa1cbc393e0b1213fd2f (patch) | |
tree | e8b94e74661305e59fd8251b076ab6174ed62be2 /dev-util/autotoolset | |
parent | install conf.d file (diff) | |
download | historical-10cba12a0ddb9404b3efaa1cbc393e0b1213fd2f.tar.gz historical-10cba12a0ddb9404b3efaa1cbc393e0b1213fd2f.tar.bz2 historical-10cba12a0ddb9404b3efaa1cbc393e0b1213fd2f.zip |
initial ebuild #37494
Diffstat (limited to 'dev-util/autotoolset')
-rw-r--r-- | dev-util/autotoolset/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/autotoolset/Manifest | 14 | ||||
-rw-r--r-- | dev-util/autotoolset/autotoolset-0.11.4.ebuild | 31 | ||||
-rw-r--r-- | dev-util/autotoolset/files/digest-autotoolset-0.11.4 | 1 | ||||
-rw-r--r-- | dev-util/autotoolset/metadata.xml | 5 |
5 files changed, 59 insertions, 0 deletions
diff --git a/dev-util/autotoolset/ChangeLog b/dev-util/autotoolset/ChangeLog new file mode 100644 index 000000000000..af46742f5b9f --- /dev/null +++ b/dev-util/autotoolset/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-util/autotoolset +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/autotoolset/ChangeLog,v 1.1 2004/10/10 01:21:37 vapier Exp $ + +*autotoolset-0.11.4 (09 Oct 2004) + + 09 Oct 2004; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Sri Gupta #37494. diff --git a/dev-util/autotoolset/Manifest b/dev-util/autotoolset/Manifest new file mode 100644 index 000000000000..b6676bd3bc36 --- /dev/null +++ b/dev-util/autotoolset/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 d9281d63c0a1adf99a94a961feaa81c7 autotoolset-0.11.4.ebuild 794 +MD5 0f7f4122950b82adfb39f8c52322d0b1 ChangeLog 357 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 0963a2c9c0d549d94a10bb67f9770883 files/digest-autotoolset-0.11.4 72 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBaI60HTu7gpaalycRAqpJAJ0fYe0i9+NX0GAUb7KeLIq59nD+qQCfXKNE +X03gHO9tnA/kEnhDTf52iFE= +=acj5 +-----END PGP SIGNATURE----- diff --git a/dev-util/autotoolset/autotoolset-0.11.4.ebuild b/dev-util/autotoolset/autotoolset-0.11.4.ebuild new file mode 100644 index 000000000000..fedec5524139 --- /dev/null +++ b/dev-util/autotoolset/autotoolset-0.11.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/autotoolset/autotoolset-0.11.4.ebuild,v 1.1 2004/10/10 01:21:37 vapier Exp $ + +inherit eutils + +DESCRIPTION="colection of small tools to simplify project development with autotools" +HOMEPAGE="http://autotoolset.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/libc + sys-devel/autoconf + sys-devel/automake + sys-devel/libtool + app-arch/sharutils + app-arch/gzip + dev-lang/perl" + +src_test() { + emake check || die "test failed" +} + +src_install() { + make install DESTDIR="${D}" || die "Installation failed" + dodoc AUTHORS ChangeLog NEWS README THANKS TODO +} diff --git a/dev-util/autotoolset/files/digest-autotoolset-0.11.4 b/dev-util/autotoolset/files/digest-autotoolset-0.11.4 new file mode 100644 index 000000000000..0c00a283ec5a --- /dev/null +++ b/dev-util/autotoolset/files/digest-autotoolset-0.11.4 @@ -0,0 +1 @@ +MD5 91c66320a12744815e8dd487af518676 autotoolset-0.11.4.tar.bz2 1156980 diff --git a/dev-util/autotoolset/metadata.xml b/dev-util/autotoolset/metadata.xml new file mode 100644 index 000000000000..96a2d586367d --- /dev/null +++ b/dev-util/autotoolset/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>base-system</herd> +</pkgmetadata> |