diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-07-04 19:06:19 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-07-04 19:06:19 +0000 |
commit | 37c80bdb35deb4e4ed28b394d3023f03c8a23c8b (patch) | |
tree | 796dee65f21c734b7e6b42a5d8a716412afda254 /sys-devel | |
parent | Marked ppc stable for bug #184119. (diff) | |
download | gentoo-2-37c80bdb35deb4e4ed28b394d3023f03c8a23c8b.tar.gz gentoo-2-37c80bdb35deb4e4ed28b394d3023f03c8a23c8b.tar.bz2 gentoo-2-37c80bdb35deb4e4ed28b394d3023f03c8a23c8b.zip |
Split off Emacs support to package app-emacs/autoconf-mode, bug #184196.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.61-r1.ebuild | 37 | ||||
-rw-r--r-- | sys-devel/autoconf/files/digest-autoconf-2.61-r1 | 3 |
3 files changed, 46 insertions, 1 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index 60a52a3a31dd..30511effbde5 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/autoconf # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.95 2007/01/05 16:04:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.96 2007/07/04 19:06:19 ulm Exp $ + +*autoconf-2.61-r1 (04 Jul 2007) + + 04 Jul 2007; Ulrich Mueller <ulm@gentoo.org> +autoconf-2.61-r1.ebuild: + Split off Emacs support to package app-emacs/autoconf-mode, bug #184196. 05 Jan 2007; Jeroen Roovers <jer@gentoo.org> autoconf-2.61.ebuild: Stable for HPPA (bug #159416). diff --git a/sys-devel/autoconf/autoconf-2.61-r1.ebuild b/sys-devel/autoconf/autoconf-2.61-r1.ebuild new file mode 100644 index 000000000000..f85068606358 --- /dev/null +++ b/sys-devel/autoconf/autoconf-2.61-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.61-r1.ebuild,v 1.1 2007/07/04 19:06:19 ulm Exp $ + +DESCRIPTION="Used to create autoconfiguration files" +HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="2.5" +KEYWORDS="~m68k ~mips ~x86" +IUSE="emacs" + +DEPEND=">=sys-apps/texinfo-4.3 + >=sys-devel/m4-1.4.6 + dev-lang/perl" +RDEPEND="${DEPEND} + >=sys-devel/autoconf-wrapper-4-r2" +PDEPEND="emacs? ( app-emacs/autoconf-mode )" + +src_compile() { + # Disable Emacs in the build system since it is in a separate package. + export EMACS=no + econf --program-suffix="-${PV}" || die + # econf updates config.{sub,guess} which forces the manpages + # to be regenerated which we dont want to do #146621 + touch man/*.1 + # From configure output: + # Parallel builds via `make -jN' do not work. + emake -j1 || die +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS BUGS NEWS README TODO THANKS \ + ChangeLog ChangeLog.0 ChangeLog.1 ChangeLog.2 +} diff --git a/sys-devel/autoconf/files/digest-autoconf-2.61-r1 b/sys-devel/autoconf/files/digest-autoconf-2.61-r1 new file mode 100644 index 000000000000..70fffac0ea1d --- /dev/null +++ b/sys-devel/autoconf/files/digest-autoconf-2.61-r1 @@ -0,0 +1,3 @@ +MD5 51f472f71a6a04850a0f0126bf594cdb autoconf-2.61.tar.gz 1396855 +RMD160 ec5f512aec24b3cc5a9968e96d261558e45471b5 autoconf-2.61.tar.gz 1396855 +SHA256 9d14f2ed0d1b6f8180498a66517f511c7c49c870d6873219a3ff4b8b3082a68b autoconf-2.61.tar.gz 1396855 |