public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/ltsp:master commit in: profiles/ltsp/, profiles/
@ 2012-02-19 18:34 Wim Muskee
  0 siblings, 0 replies; 3+ messages in thread
From: Wim Muskee @ 2012-02-19 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1b5f96895043167c6bb2312a722465bfb040ea41
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sun Feb 19 18:34:12 2012 +0000
Commit:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
CommitDate: Sun Feb 19 18:34:12 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=commit;h=1b5f9689

profiles: Add features nodoc and noinfo.

---
 profiles/ChangeLog          |    6 +++++-
 profiles/ltsp/make.defaults |    2 +-
 profiles/ltsp/package.use   |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index 36bca44..81b3148 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for profile directory
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Feb 2012; Wim Muskee <wimmuskee@gmail.com>
+  ltsp/:
+  Fix typo, replaced install_mask by nodoc and noinfo features.
+
   09 Jan 2012; Wim Muskee <wimmuskee@gmail.com>
   default/linux/x86/10.0/ltsp/:
   Add x86 ltsp profile.

diff --git a/profiles/ltsp/make.defaults b/profiles/ltsp/make.defaults
index e31941d..6c3008e 100644
--- a/profiles/ltsp/make.defaults
+++ b/profiles/ltsp/make.defaults
@@ -2,5 +2,5 @@ EMERGE_DEFAULT_OPTS="--usepkg --buildpkg"
 CONFIG_PROTECT_MASK="/etc /etc/conf.d /etc/init.d"
 CLEAN_DELAY="0"
 EMERGE_WARNING_DELAY="0"
-INSTALL_MASK="TODO.bz2 AUTHORS.bz2 NEWS.bz2 README.bz2 ChangeLog.bz2"
+FEATURES="nodoc noinfo"
 USE="${USE} alsa pulseaudio svg xml X -cups"

diff --git a/profiles/ltsp/package.use b/profiles/ltsp/package.use
index a9d439a..0f55ec3 100644
--- a/profiles/ltsp/package.use
+++ b/profiles/ltsp/package.use
@@ -5,5 +5,5 @@ sys-fs/udev extras
 dev-libs/libxml2 python 
 
 # req by mesa
-x11-libs/libdrm libkm
+x11-libs/libdrm libkms
 



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/ltsp:master commit in: profiles/ltsp/, profiles/
@ 2012-02-23 16:56 Wim Muskee
  0 siblings, 0 replies; 3+ messages in thread
From: Wim Muskee @ 2012-02-23 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     3f8d76377b901ebcbaae5712370ba4a927e94299
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Thu Feb 23 16:56:14 2012 +0000
Commit:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
CommitDate: Thu Feb 23 16:56:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=commit;h=3f8d7637

profiles: add default features

---
 profiles/ChangeLog          |    4 ++++
 profiles/ltsp/make.defaults |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index 81b3148..eaeadad 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Feb 2012; Wim Muskee <wimmuskee@gmail.com>
+  ltsp/:
+  Add existing features to features in make.defaults
+
   19 Feb 2012; Wim Muskee <wimmuskee@gmail.com>
   ltsp/:
   Fix typo, replaced install_mask by nodoc and noinfo features.

diff --git a/profiles/ltsp/make.defaults b/profiles/ltsp/make.defaults
index 6c3008e..91feb4b 100644
--- a/profiles/ltsp/make.defaults
+++ b/profiles/ltsp/make.defaults
@@ -2,5 +2,5 @@ EMERGE_DEFAULT_OPTS="--usepkg --buildpkg"
 CONFIG_PROTECT_MASK="/etc /etc/conf.d /etc/init.d"
 CLEAN_DELAY="0"
 EMERGE_WARNING_DELAY="0"
-FEATURES="nodoc noinfo"
+FEATURES="${FEATURES} nodoc noinfo"
 USE="${USE} alsa pulseaudio svg xml X -cups"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/ltsp:master commit in: profiles/ltsp/, profiles/
@ 2012-02-28 16:10 Wim Muskee
  0 siblings, 0 replies; 3+ messages in thread
From: Wim Muskee @ 2012-02-28 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a1788758d859b4f393da927e2b92930e6c016654
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Tue Feb 28 16:10:42 2012 +0000
Commit:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
CommitDate: Tue Feb 28 16:10:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=commit;h=a1788758

profiles: Add hwdb use to udev.

---
 profiles/ChangeLog        |    4 ++++
 profiles/ltsp/package.use |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index eaeadad..79cec55 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Feb 2012; Wim Muskee <wimmuskee@gmail.com>
+  ltsp/:
+  Add hwdb USE to udev.
+
   27 Feb 2012; Wim Muskee <wimmuskee@gmail.com>
   ltsp/:
   Add existing features to features in make.defaults

diff --git a/profiles/ltsp/package.use b/profiles/ltsp/package.use
index 0f55ec3..707fb0e 100644
--- a/profiles/ltsp/package.use
+++ b/profiles/ltsp/package.use
@@ -1,5 +1,5 @@
 # req by pulseaudio
-sys-fs/udev extras
+sys-fs/udev extras hwdb
 
 # req by xorg-server
 dev-libs/libxml2 python 



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-28 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-28 16:10 [gentoo-commits] proj/ltsp:master commit in: profiles/ltsp/, profiles/ Wim Muskee
  -- strict thread matches above, loose matches on Subject: below --
2012-02-23 16:56 Wim Muskee
2012-02-19 18:34 Wim Muskee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox