diff options
-rw-r--r-- | app-arch/atool/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/atool/atool-0.35.0.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
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 <nyhm@gentoo.org> +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 +} |