summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Nazaroff <naz@gentoo.org>2002-07-07 09:53:43 +0000
committerMichael Nazaroff <naz@gentoo.org>2002-07-07 09:53:43 +0000
commit759a6af272390bafb01b1f3f2b0feafe022ed7c5 (patch)
tree16079a895c0eefd45dd492f2bd27a9ca315eaa84 /sys-libs/gpm
parentversion bump (diff)
downloadhistorical-759a6af272390bafb01b1f3f2b0feafe022ed7c5.tar.gz
historical-759a6af272390bafb01b1f3f2b0feafe022ed7c5.tar.bz2
historical-759a6af272390bafb01b1f3f2b0feafe022ed7c5.zip
Added feature to init script and added SLOT's and LICENSE lines.
Diffstat (limited to 'sys-libs/gpm')
-rw-r--r--sys-libs/gpm/files/gpm.rc63
-rw-r--r--sys-libs/gpm/gpm-1.19.6.ebuild5
-rw-r--r--sys-libs/gpm/gpm-1.20.0-r1.ebuild5
-rw-r--r--sys-libs/gpm/gpm-1.20.0-r2.ebuild5
-rw-r--r--sys-libs/gpm/gpm-1.20.0-r3.ebuild5
5 files changed, 18 insertions, 5 deletions
diff --git a/sys-libs/gpm/files/gpm.rc6 b/sys-libs/gpm/files/gpm.rc6
index 49f17dc4c507..db77b33fb25b 100644
--- a/sys-libs/gpm/files/gpm.rc6
+++ b/sys-libs/gpm/files/gpm.rc6
@@ -1,13 +1,14 @@
#!/sbin/runscript
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/files/gpm.rc6,v 1.7 2002/01/20 10:00:55 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/files/gpm.rc6,v 1.8 2002/07/07 09:53:43 naz Exp $
#NB: Config is in /etc/conf.d/gpm
depend() {
need localmount
+ use hotplug
}
checkconfig() {
diff --git a/sys-libs/gpm/gpm-1.19.6.ebuild b/sys-libs/gpm/gpm-1.19.6.ebuild
index 77503dc287ad..fe361df6652e 100644
--- a/sys-libs/gpm/gpm-1.19.6.ebuild
+++ b/sys-libs/gpm/gpm-1.19.6.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.19.6.ebuild,v 1.3 2002/05/26 21:50:47 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.19.6.ebuild,v 1.4 2002/07/07 09:53:43 naz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Console-based mouse driver"
@@ -13,6 +13,9 @@ DEPEND="virtual/glibc
RDEPEND="virtual/glibc"
+SLOT="0"
+LICENSE="GPL-2"
+
src_compile() {
#this little hack turns off EMACS byte compilation. Really don't want
#this thing auto-detecting emacs
diff --git a/sys-libs/gpm/gpm-1.20.0-r1.ebuild b/sys-libs/gpm/gpm-1.20.0-r1.ebuild
index 4febcd60aab1..8a32974151c5 100644
--- a/sys-libs/gpm/gpm-1.20.0-r1.ebuild
+++ b/sys-libs/gpm/gpm-1.20.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.0-r1.ebuild,v 1.1 2002/03/05 03:53:22 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.0-r1.ebuild,v 1.2 2002/07/07 09:53:43 naz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Console-based mouse driver"
@@ -13,6 +13,9 @@ DEPEND="virtual/glibc
RDEPEND="virtual/glibc"
+SLOT="0"
+LICENSE="GPL-2"
+
src_compile() {
#this little hack turns off EMACS byte compilation. Really don't want
#this thing auto-detecting emacs
diff --git a/sys-libs/gpm/gpm-1.20.0-r2.ebuild b/sys-libs/gpm/gpm-1.20.0-r2.ebuild
index e99ebed87f04..90964531f2fb 100644
--- a/sys-libs/gpm/gpm-1.20.0-r2.ebuild
+++ b/sys-libs/gpm/gpm-1.20.0-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.0-r2.ebuild,v 1.1 2002/05/31 05:35:36 naz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.0-r2.ebuild,v 1.2 2002/07/07 09:53:43 naz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Console-based mouse driver"
@@ -14,6 +14,9 @@ DEPEND="virtual/glibc
RDEPEND="virtual/glibc"
+SLOT="0"
+LICENSE="GPL-2"
+
src_compile() {
#this little hack turns off EMACS byte compilation. Really don't want
#this thing auto-detecting emacs
diff --git a/sys-libs/gpm/gpm-1.20.0-r3.ebuild b/sys-libs/gpm/gpm-1.20.0-r3.ebuild
index bf10778f66ca..bb821f9c2ee7 100644
--- a/sys-libs/gpm/gpm-1.20.0-r3.ebuild
+++ b/sys-libs/gpm/gpm-1.20.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.0-r3.ebuild,v 1.1 2002/06/05 20:19:51 naz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.0-r3.ebuild,v 1.2 2002/07/07 09:53:43 naz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Console-based mouse driver"
@@ -13,6 +13,9 @@ DEPEND="virtual/glibc
RDEPEND="virtual/glibc"
+SLOT="0"
+LICENSE="GPL-2"
+
src_compile() {
#this little hack turns off EMACS byte compilation. Really don't want
#this thing auto-detecting emacs