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 | a6c20694ac58a6a259a721c53acbec512cf3709e (patch) | |
tree | 7bd56d2a96f3f7a0b34ed398b0f14cd5f20aa6bc /dev-util | |
parent | install conf.d file (Manifest recommit) (diff) | |
download | gentoo-2-a6c20694ac58a6a259a721c53acbec512cf3709e.tar.gz gentoo-2-a6c20694ac58a6a259a721c53acbec512cf3709e.tar.bz2 gentoo-2-a6c20694ac58a6a259a721c53acbec512cf3709e.zip |
initial ebuild #37494
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/autotoolset/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/autotoolset/Manifest | 2 | ||||
-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, 47 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..a37cd410fbe9 --- /dev/null +++ b/dev-util/autotoolset/Manifest @@ -0,0 +1,2 @@ +MD5 8412e763d9e8a07b945ccfe49459df2d autotoolset-0.11.4.ebuild 754 +MD5 0963a2c9c0d549d94a10bb67f9770883 files/digest-autotoolset-0.11.4 72 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> |