summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/sdricoh_cs/ChangeLog7
-rw-r--r--app-misc/sdricoh_cs/sdricoh_cs-0.1.3.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/app-misc/sdricoh_cs/ChangeLog b/app-misc/sdricoh_cs/ChangeLog
index 2bac6ba8d189..8985b35c5fa6 100644
--- a/app-misc/sdricoh_cs/ChangeLog
+++ b/app-misc/sdricoh_cs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/sdricoh_cs
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sdricoh_cs/ChangeLog,v 1.4 2008/02/14 13:41:53 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sdricoh_cs/ChangeLog,v 1.5 2008/02/23 17:48:35 hanno Exp $
+
+*sdricoh_cs-0.1.3 (23 Feb 2008)
+
+ 23 Feb 2008; Hanno Boeck <hanno@gentoo.org> +sdricoh_cs-0.1.3.ebuild:
+ Version bump.
*sdricoh_cs-0.1.2-r1 (14 Feb 2008)
diff --git a/app-misc/sdricoh_cs/sdricoh_cs-0.1.3.ebuild b/app-misc/sdricoh_cs/sdricoh_cs-0.1.3.ebuild
new file mode 100644
index 000000000000..93095aee4730
--- /dev/null
+++ b/app-misc/sdricoh_cs/sdricoh_cs-0.1.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sdricoh_cs/sdricoh_cs-0.1.3.ebuild,v 1.1 2008/02/23 17:48:35 hanno Exp $
+
+inherit linux-mod
+
+DESCRIPTION="Driver for Ricoh Bay1Controller found in some laptops"
+HOMEPAGE="http://sdricohcs.sourceforge.net"
+SRC_URI="mirror://sourceforge/sdricohcs/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BUILD_TARGETS="default"
+CONFIG_CHECK="MMC_BLOCK"
+MODULE_NAMES="sdricoh_cs(mmc:)"
+ERROR_MMC_BLOCK="${P} requires MMC block device support (CONFIG_MMC_BLOCK)."
+MODULESD_SDRICOH_CS_DOCS="ChangeLog README"