summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-06-10 17:44:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-06-10 17:44:35 +0000
commitcb023eca7273abfbc18aac681577ff4f1629f201 (patch)
tree74ba0775f54f50f067313213766aa92a454b73a1 /app-misc/lcdproc
parentnot just any sed will do; DEPEND on sed >= 4 (diff)
downloadhistorical-cb023eca7273abfbc18aac681577ff4f1629f201.tar.gz
historical-cb023eca7273abfbc18aac681577ff4f1629f201.tar.bz2
historical-cb023eca7273abfbc18aac681577ff4f1629f201.zip
DEPEND on sed >= 4
Diffstat (limited to 'app-misc/lcdproc')
-rw-r--r--app-misc/lcdproc/ChangeLog8
-rw-r--r--app-misc/lcdproc/Manifest6
-rw-r--r--app-misc/lcdproc/lcdproc-0.4.3-r1.ebuild11
-rw-r--r--app-misc/lcdproc/lcdproc-0.4.3-r2.ebuild19
4 files changed, 25 insertions, 19 deletions
diff --git a/app-misc/lcdproc/ChangeLog b/app-misc/lcdproc/ChangeLog
index d51ed567dd9f..20cbced4a3d0 100644
--- a/app-misc/lcdproc/ChangeLog
+++ b/app-misc/lcdproc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/lcdproc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/ChangeLog,v 1.7 2003/02/12 05:03:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/ChangeLog,v 1.8 2003/06/10 17:44:31 msterret Exp $
+
+ 10 Jun 2003; <msterret@gentoo.org> lcdproc-0.4.3-r1.ebuild,
+ lcdproc-0.4.3-r2.ebuild:
+ DEPEND on sed >= 4
*lcdproc-0.4.3-r2 (05 Feb 2003)
@@ -33,7 +37,7 @@
Removed autostarting of initscript.
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
+
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
diff --git a/app-misc/lcdproc/Manifest b/app-misc/lcdproc/Manifest
index a5a2a78ba990..20dd009a6ea9 100644
--- a/app-misc/lcdproc/Manifest
+++ b/app-misc/lcdproc/Manifest
@@ -1,7 +1,7 @@
-MD5 10942860edd5512c6f6ab617482e9c63 ChangeLog 1726
+MD5 10217e49704692f335a651c2b8302233 ChangeLog 1837
MD5 3f82c5660c14f2b03462b362790eb5b8 lcdproc-0.4.1-r1.ebuild 1004
-MD5 0cd0bc9c84a3592ba62b4156d8d5e648 lcdproc-0.4.3-r1.ebuild 1828
-MD5 c3dd8f432d45cae56acf1f9448f2e89e lcdproc-0.4.3-r2.ebuild 2658
+MD5 d5116955f93c7dccb06a3f72007032a3 lcdproc-0.4.3-r1.ebuild 1843
+MD5 b493e425ce5f0ca96a3022152268415b lcdproc-0.4.3-r2.ebuild 2668
MD5 6d8a15d75f6f33ab3d459bd3101e83ef lcdproc-0.4.3.ebuild 1000
MD5 41e8ea994a5d0ec98ded97364a791599 files/LCDd 564
MD5 45a2ab3eda3ce227b48b5f7c49de4dd9 files/lcdproc 528
diff --git a/app-misc/lcdproc/lcdproc-0.4.3-r1.ebuild b/app-misc/lcdproc/lcdproc-0.4.3-r1.ebuild
index 9cff5d5fea8f..2d96d93d4ff9 100644
--- a/app-misc/lcdproc/lcdproc-0.4.3-r1.ebuild
+++ b/app-misc/lcdproc/lcdproc-0.4.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/lcdproc-0.4.3-r1.ebuild,v 1.2 2003/02/13 09:04:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/lcdproc-0.4.3-r1.ebuild,v 1.3 2003/06/10 17:44:31 msterret Exp $
SRC_URI="mirror://sourceforge/lcdproc/${P}.tar.gz"
DESCRIPTION="Client/Server suite to drive all kinds of LCD (-like) devices"
@@ -12,6 +12,7 @@ IUSE="doc ncurses svga"
S=${WORKDIR}/${P}
DEPEND=">=sys-apps/baselayout-1.6.4
+ >=sys-apps/sed-4
doc? ( >=app-text/docbook-sgml-utils-0.6.11-r2 )
ncurses? ( >=sys-libs/ncurses-5.3 )
svga? ( >=media-libs/svgalib-1.4.3 )"
@@ -29,7 +30,7 @@ src_unpack() {
src_compile() {
local myconf
-
+
myconf="--enable-stat-nfs --enable-drivers=mtxorb,cfontz,text,lb216,hd44780,joy,irman,lircin,"
myconf="${myconf}bayrad,glk,stv5730,sed1330,sed1520,lcdm001,t6963"
@@ -52,7 +53,7 @@ src_install() {
doman docs/lcdproc.1 docs/LCDd.8
- dodoc README ChangeLog COPYING INSTALL
+ dodoc README ChangeLog COPYING INSTALL
use doc && dohtml docs/lcdproc-user/*.html
@@ -67,8 +68,8 @@ src_install() {
insinto /etc
doins LCDd.conf
doins scripts/lcdproc.conf
-
+
exeinto /etc/init.d
doexe ${FILESDIR}/LCDd
- doexe ${FILESDIR}/lcdproc
+ doexe ${FILESDIR}/lcdproc
}
diff --git a/app-misc/lcdproc/lcdproc-0.4.3-r2.ebuild b/app-misc/lcdproc/lcdproc-0.4.3-r2.ebuild
index 95117e5494dd..0bf44129381a 100644
--- a/app-misc/lcdproc/lcdproc-0.4.3-r2.ebuild
+++ b/app-misc/lcdproc/lcdproc-0.4.3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/lcdproc-0.4.3-r2.ebuild,v 1.1 2003/02/06 02:12:10 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/lcdproc-0.4.3-r2.ebuild,v 1.2 2003/06/10 17:44:31 msterret Exp $
SRC_URI="mirror://sourceforge/lcdproc/${P}.tar.gz"
DESCRIPTION="Client/Server suite to drive all kinds of LCD (-like) devices"
@@ -12,6 +12,7 @@ KEYWORDS="~x86"
IUSE="doc ncurses svga"
DEPEND=">=sys-apps/baselayout-1.6.4
+ >=sys-apps/sed-4
doc? ( >=app-text/docbook-sgml-utils-0.6.11-r2 )
ncurses? ( >=sys-libs/ncurses-5.3 )
svga? ( >=media-libs/svgalib-1.4.3 )"
@@ -30,23 +31,23 @@ src_unpack() {
src_compile() {
# By default, all drivers that are supported by the given plattform/hardware
- # are compiled (of course respecting the existing USE flags). If the
- # LCDPROC_DRIVERS environment variable is set to a comma separated list, only
+ # are compiled (of course respecting the existing USE flags). If the
+ # LCDPROC_DRIVERS environment variable is set to a comma separated list, only
# the specified drivers will be compiled.
# Example:
#
# env LCDPROC_DRIVERS="curses,CFontz" emerge lcdproc
#
- # NOTE: The ebuild still respects your USE variable and will not install any
+ # NOTE: The ebuild still respects your USE variable and will not install any
# additional packages unless the corresponding USE flag is set!
- # You might have to alter it if e.g. ncurses is normally not part of your
+ # You might have to alter it if e.g. ncurses is normally not part of your
# USE variable.
# Example:
#
# env USE="$USE ncurses" LCDPROC_DRIVERS="curses,CFontz" emerge lcdproc
local myconf
-
+
myconf="--enable-drivers=mtxorb,cfontz,text,lb216,hd44780,joy,irman,lircin,"
myconf="${myconf}bayrad,glk,stv5730,sed1330,sed1520,lcdm001,t6963"
@@ -74,7 +75,7 @@ src_install() {
doman docs/lcdproc.1 docs/LCDd.8
- dodoc README ChangeLog COPYING INSTALL
+ dodoc README ChangeLog COPYING INSTALL
if [ `use doc` ]; then
insinto /usr/share/doc/${PF}/lcdproc-user
@@ -92,8 +93,8 @@ src_install() {
insinto /etc
doins LCDd.conf
doins scripts/lcdproc.conf
-
+
exeinto /etc/init.d
doexe ${FILESDIR}/LCDd
- doexe ${FILESDIR}/lcdproc
+ doexe ${FILESDIR}/lcdproc
}