diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-12 01:37:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-12 01:37:18 +0000 |
commit | b311afcbf317049af121f710f1f3cd53ea25e4f6 (patch) | |
tree | 72ce593d72d3c21621d6de8cff98164cf3038f2c /sys-fs | |
parent | Stable on sparc (diff) | |
download | gentoo-2-b311afcbf317049af121f710f1f3cd53ea25e4f6.tar.gz gentoo-2-b311afcbf317049af121f710f1f3cd53ea25e4f6.tar.bz2 gentoo-2-b311afcbf317049af121f710f1f3cd53ea25e4f6.zip |
old
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/autorun/autorun-3.10.ebuild | 31 | ||||
-rw-r--r-- | sys-fs/autorun/files/3.10-gentoo.patch | 10 | ||||
-rw-r--r-- | sys-fs/autorun/files/digest-autorun-3.10 | 1 |
3 files changed, 0 insertions, 42 deletions
diff --git a/sys-fs/autorun/autorun-3.10.ebuild b/sys-fs/autorun/autorun-3.10.ebuild deleted file mode 100644 index 13c14849ce33..000000000000 --- a/sys-fs/autorun/autorun-3.10.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/autorun/autorun-3.10.ebuild,v 1.2 2004/10/14 06:31:50 mr_bones_ 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="~x86" -IUSE="" - -DEPEND="app-text/xmlto" -RDEPEND="" - -S=${WORKDIR}/${P} - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-gentoo.patch - set-kdedir -} - -src_install() { - make install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/sys-fs/autorun/files/3.10-gentoo.patch b/sys-fs/autorun/files/3.10-gentoo.patch deleted file mode 100644 index 668af89fd524..000000000000 --- a/sys-fs/autorun/files/3.10-gentoo.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- autorun-3.10/cdrom.cc.orig 2004-10-09 21:37:19.373567760 -0400 -+++ autorun-3.10/cdrom.cc 2004-10-09 21:37:28.061247032 -0400 -@@ -20,6 +20,7 @@ - ** - ******************************************************************************/ - -+#include <errno.h> - #include <sys/types.h> - #include <sys/stat.h> // mkdir - #include <sys/ioctl.h> // ioctls diff --git a/sys-fs/autorun/files/digest-autorun-3.10 b/sys-fs/autorun/files/digest-autorun-3.10 deleted file mode 100644 index 112114eed6ea..000000000000 --- a/sys-fs/autorun/files/digest-autorun-3.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 5327741f737e95ea2eef6147ecc58ba0 autorun-3.10.tar.gz 311688 |