From 5f3a377d35820939bf37c81a04a36b705d98922d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 9 Mar 2005 00:40:48 +0000 Subject: Version bump #84474 by Zachary Slater. (Portage version: 2.0.51.19) --- sys-fs/autorun/ChangeLog | 9 +++++++-- sys-fs/autorun/autorun-3.15.ebuild | 27 +++++++++++++++++++++++++++ sys-fs/autorun/files/digest-autorun-3.15 | 1 + 3 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 sys-fs/autorun/autorun-3.15.ebuild create mode 100644 sys-fs/autorun/files/digest-autorun-3.15 diff --git a/sys-fs/autorun/ChangeLog b/sys-fs/autorun/ChangeLog index 2e5e3654567a..be4a1b781ac5 100644 --- a/sys-fs/autorun/ChangeLog +++ b/sys-fs/autorun/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/autorun -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/autorun/ChangeLog,v 1.1 2004/10/10 01:47:18 vapier Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/autorun/ChangeLog,v 1.2 2005/03/09 00:40:48 vapier Exp $ + +*autorun-3.15 (08 Mar 2005) + + 08 Mar 2005; Mike Frysinger +autorun-3.15.ebuild: + Version bump #84474 by Zachary Slater. *autorun-3.10 (09 Oct 2004) diff --git a/sys-fs/autorun/autorun-3.15.ebuild b/sys-fs/autorun/autorun-3.15.ebuild new file mode 100644 index 000000000000..04a1588ff850 --- /dev/null +++ b/sys-fs/autorun/autorun-3.15.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/autorun/autorun-3.15.ebuild,v 1.1 2005/03/09 00:40:48 vapier Exp $ + +inherit kde-functions eutils + +DESCRIPTION="auto cdrom mounter for the lazy user" +HOMEPAGE="http://autorun.sourceforge.net/" +SRC_URI="mirror://sourceforge/autorun/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-text/xmlto" +RDEPEND="" + +src_unpack() { + unpack ${A} + set-kdedir +} + +src_install() { + make install DESTDIR="${D}" || die + dodoc AUTHORS ChangeLog NEWS README +} diff --git a/sys-fs/autorun/files/digest-autorun-3.15 b/sys-fs/autorun/files/digest-autorun-3.15 new file mode 100644 index 000000000000..2389e5380295 --- /dev/null +++ b/sys-fs/autorun/files/digest-autorun-3.15 @@ -0,0 +1 @@ +MD5 7820c651bc4e8abe60443144e7d20149 autorun-3.15.tar.gz 467280 -- cgit v1.2.3-65-gdbad