From 755d78f8f8cf1873780ad460c430f2526c8d59ce Mon Sep 17 00:00:00 2001 From: Tristan Heaven Date: Sun, 8 Jun 2008 22:44:36 +0000 Subject: Version bump (Portage version: 2.2_pre7-r1/cvs/Linux 2.6.25.4 Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz) --- app-arch/atool/ChangeLog | 7 ++++++- app-arch/atool/atool-0.35.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 app-arch/atool/atool-0.35.0.ebuild (limited to 'app-arch/atool') diff --git a/app-arch/atool/ChangeLog b/app-arch/atool/ChangeLog index 3f57ab304963..0770a326307e 100644 --- a/app-arch/atool/ChangeLog +++ b/app-arch/atool/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/atool # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/atool/ChangeLog,v 1.22 2008/06/06 17:47:22 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/atool/ChangeLog,v 1.23 2008/06/08 22:44:36 nyhm Exp $ + +*atool-0.35.0 (08 Jun 2008) + + 08 Jun 2008; Tristan Heaven +atool-0.35.0.ebuild: + Version bump *atool-0.34.0 (06 Jun 2008) diff --git a/app-arch/atool/atool-0.35.0.ebuild b/app-arch/atool/atool-0.35.0.ebuild new file mode 100644 index 000000000000..175154425cda --- /dev/null +++ b/app-arch/atool/atool-0.35.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/atool/atool-0.35.0.ebuild,v 1.1 2008/06/08 22:44:36 nyhm Exp $ + +DESCRIPTION="a script for managing file archives of various types" +HOMEPAGE="http://www.nongnu.org/atool/" +SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" + +src_install() { + emake DESTDIR="${D}" install || die 'emake install failed' + dodoc AUTHORS ChangeLog NEWS README TODO +} -- cgit v1.2.3-65-gdbad