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 | cb707455d914e132364acaa2efc6778836f64b79 (patch) | |
tree | dd91229765cd094b65aa196626ad40b10aa550a8 /sys-fs/autorun | |
parent | Stable on sparc (diff) | |
download | historical-cb707455d914e132364acaa2efc6778836f64b79.tar.gz historical-cb707455d914e132364acaa2efc6778836f64b79.tar.bz2 historical-cb707455d914e132364acaa2efc6778836f64b79.zip |
old
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-fs/autorun')
-rw-r--r-- | sys-fs/autorun/Manifest | 3 | ||||
-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 |
4 files changed, 0 insertions, 45 deletions
diff --git a/sys-fs/autorun/Manifest b/sys-fs/autorun/Manifest index 4e31e2a2c34d..da88500e27a4 100644 --- a/sys-fs/autorun/Manifest +++ b/sys-fs/autorun/Manifest @@ -1,7 +1,4 @@ MD5 f05d7c29842a4badd8553781a7da3433 ChangeLog 490 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 cd1e472e43673c3157384b3ffa3f991a autorun-3.15.ebuild 620 -MD5 2f7ad74d8d09ed1721066bb3c123c99c autorun-3.10.ebuild 683 -MD5 90c866c065286201c5232eeb07999b55 files/digest-autorun-3.10 64 -MD5 d2575cfc679fee43d03d6606b73eb193 files/3.10-gentoo.patch 346 MD5 5fea78d4c0a416ffd77841c6e597a0f8 files/digest-autorun-3.15 64 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 |