diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-09 00:40:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-09 00:40:48 +0000 |
commit | 5f3a377d35820939bf37c81a04a36b705d98922d (patch) | |
tree | 92db6044f2f5746dc874c748d89993fbb5c798e4 | |
parent | fix boost install (diff) | |
download | gentoo-2-5f3a377d35820939bf37c81a04a36b705d98922d.tar.gz gentoo-2-5f3a377d35820939bf37c81a04a36b705d98922d.tar.bz2 gentoo-2-5f3a377d35820939bf37c81a04a36b705d98922d.zip |
Version bump #84474 by Zachary Slater.
(Portage version: 2.0.51.19)
-rw-r--r-- | sys-fs/autorun/ChangeLog | 9 | ||||
-rw-r--r-- | sys-fs/autorun/autorun-3.15.ebuild | 27 | ||||
-rw-r--r-- | sys-fs/autorun/files/digest-autorun-3.15 | 1 |
3 files changed, 35 insertions, 2 deletions
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 <vapier@gentoo.org> +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 |