summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-10 01:47:18 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-10 01:47:18 +0000
commit74e4ef3af584dc54b0d4402111bc7d4f0e688cb6 (patch)
tree8703388cf496a21f6049b6020dc0f245c541cfb5 /sys-fs
parentstable on ppc64, bug #64223 (Manifest recommit) (diff)
downloadgentoo-2-74e4ef3af584dc54b0d4402111bc7d4f0e688cb6.tar.gz
gentoo-2-74e4ef3af584dc54b0d4402111bc7d4f0e688cb6.tar.bz2
gentoo-2-74e4ef3af584dc54b0d4402111bc7d4f0e688cb6.zip
initial ebuild #37645
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/autorun/ChangeLog8
-rw-r--r--sys-fs/autorun/Manifest2
-rw-r--r--sys-fs/autorun/autorun-3.10.ebuild31
-rw-r--r--sys-fs/autorun/files/3.10-gentoo.patch10
-rw-r--r--sys-fs/autorun/files/digest-autorun-3.101
-rw-r--r--sys-fs/autorun/metadata.xml5
6 files changed, 57 insertions, 0 deletions
diff --git a/sys-fs/autorun/ChangeLog b/sys-fs/autorun/ChangeLog
new file mode 100644
index 000000000000..2e5e3654567a
--- /dev/null
+++ b/sys-fs/autorun/ChangeLog
@@ -0,0 +1,8 @@
+# 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 $
+
+*autorun-3.10 (09 Oct 2004)
+
+ 09 Oct 2004; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by Lucas Roxo Mundim #37645.
diff --git a/sys-fs/autorun/Manifest b/sys-fs/autorun/Manifest
new file mode 100644
index 000000000000..48f68d561e90
--- /dev/null
+++ b/sys-fs/autorun/Manifest
@@ -0,0 +1,2 @@
+MD5 cff3d6339371fdedfe63d9cba842ccc7 autorun-3.10.ebuild 1008
+MD5 90c866c065286201c5232eeb07999b55 files/digest-autorun-3.10 64
diff --git a/sys-fs/autorun/autorun-3.10.ebuild b/sys-fs/autorun/autorun-3.10.ebuild
new file mode 100644
index 000000000000..ecd578b47d35
--- /dev/null
+++ b/sys-fs/autorun/autorun-3.10.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# 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.1 2004/10/10 01:47:18 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="~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
new file mode 100644
index 000000000000..668af89fd524
--- /dev/null
+++ b/sys-fs/autorun/files/3.10-gentoo.patch
@@ -0,0 +1,10 @@
+--- 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
new file mode 100644
index 000000000000..112114eed6ea
--- /dev/null
+++ b/sys-fs/autorun/files/digest-autorun-3.10
@@ -0,0 +1 @@
+MD5 5327741f737e95ea2eef6147ecc58ba0 autorun-3.10.tar.gz 311688
diff --git a/sys-fs/autorun/metadata.xml b/sys-fs/autorun/metadata.xml
new file mode 100644
index 000000000000..96a2d586367d
--- /dev/null
+++ b/sys-fs/autorun/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>base-system</herd>
+</pkgmetadata>