diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-02-23 17:48:35 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-02-23 17:48:35 +0000 |
commit | 4867f28da8275be08606a4ee2b0a4a46acd9ff49 (patch) | |
tree | 70e414eb68810a58704dbfa76302c94b49f1111e /app-misc | |
parent | Remove traces of monolithic KDE 4. (diff) | |
download | gentoo-2-4867f28da8275be08606a4ee2b0a4a46acd9ff49.tar.gz gentoo-2-4867f28da8275be08606a4ee2b0a4a46acd9ff49.tar.bz2 gentoo-2-4867f28da8275be08606a4ee2b0a4a46acd9ff49.zip |
sdricoh_cs 0.1.3 bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/sdricoh_cs/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/sdricoh_cs/sdricoh_cs-0.1.3.ebuild | 19 |
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" |