public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dilfridge:master commit in: profiles/, profiles/uni-regensburg/
@ 2012-11-29 18:49 Andreas Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2012-11-29 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     87a4d96dcd50b704d86234b79ed72a8de9edcc83
Author:     Andreas K. Huettel <mail <AT> akhuettel <DOT> de>
AuthorDate: Thu Nov 29 18:48:56 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 29 18:48:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=87a4d96d

[ur-profile] reshuffling

---
 profiles/{uni-regensburg => }/package.keywords |    2 +-
 profiles/package.mask                          |    4 ----
 profiles/uni-regensburg/make.defaults          |    3 ++-
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/profiles/uni-regensburg/package.keywords b/profiles/package.keywords
similarity index 60%
rename from profiles/uni-regensburg/package.keywords
rename to profiles/package.keywords
index d950861..be4277a 100644
--- a/profiles/uni-regensburg/package.keywords
+++ b/profiles/package.keywords
@@ -1,2 +1,2 @@
 # nobody should have to run revdep-rebuild. ever.
-=sys-apps/portage-2*::gentoo **
+=sys-apps/portage-2* **

diff --git a/profiles/package.mask b/profiles/package.mask
index e21c3be..4516783 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -3,7 +3,3 @@
 # a failed attempt at updating, resulting in even more breakage
 =dev-texlive/texlive-context-2009b
 
-#
-# it's not ready yet
->net-print/cups-1.4.9999
-

diff --git a/profiles/uni-regensburg/make.defaults b/profiles/uni-regensburg/make.defaults
index c49ca26..1f9924d 100644
--- a/profiles/uni-regensburg/make.defaults
+++ b/profiles/uni-regensburg/make.defaults
@@ -4,11 +4,12 @@ FFLAGS="${CFLAGS}"
 FCFLAGS="${CFLAGS}"
 
 # Defaults for X11
+USE="-video_cards_* -input_devices_*"
 VIDEO_CARDS="nvidia fglrx intel"
 INPUT_DEVICES="evdev"
 
 # use flags
-USE="crypt git perl ssl subversion"
+USE+=" crypt git perl ssl subversion"
 
 # portage settings
 FEATURES="sandbox strict userfetch userpriv usersandbox compress-build-logs"


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

* [gentoo-commits] dev/dilfridge:master commit in: profiles/, profiles/uni-regensburg/
@ 2012-11-30 14:01 Andreas Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2012-11-30 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     9db528762dd5fff306270571acdd302d1d6fed30
Author:     Andreas K. Huettel <mail <AT> akhuettel <DOT> de>
AuthorDate: Fri Nov 30 14:01:31 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 30 14:01:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=9db52876

[ur-profile] move keywords back into profile

---
 profiles/{ => uni-regensburg}/package.keywords |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/profiles/package.keywords b/profiles/uni-regensburg/package.keywords
similarity index 100%
rename from profiles/package.keywords
rename to profiles/uni-regensburg/package.keywords


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

* [gentoo-commits] dev/dilfridge:master commit in: profiles/, profiles/uni-regensburg/
@ 2014-03-12 19:58 Andreas Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2014-03-12 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     aeb8c4508ff9f733d61239f363a5ba07d86e7cc1
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 12 19:57:14 2014 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Mar 12 19:57:14 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=aeb8c450

[ur-profile] add some mask magic

---
 profiles/package.mask                  | 6 ++----
 profiles/uni-regensburg/package.unmask | 3 +++
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 4516783..53ed12d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1,5 +1,3 @@
 
-# 03 Oct 2010
-# a failed attempt at updating, resulting in even more breakage
-=dev-texlive/texlive-context-2009b
-
+# this is only for use in Regensburg, only on specific boxes
+=dev-perl/Lab-Measurement-9999-r1

diff --git a/profiles/uni-regensburg/package.unmask b/profiles/uni-regensburg/package.unmask
new file mode 100644
index 0000000..53ed12d
--- /dev/null
+++ b/profiles/uni-regensburg/package.unmask
@@ -0,0 +1,3 @@
+
+# this is only for use in Regensburg, only on specific boxes
+=dev-perl/Lab-Measurement-9999-r1


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

end of thread, other threads:[~2014-03-12 19:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-30 14:01 [gentoo-commits] dev/dilfridge:master commit in: profiles/, profiles/uni-regensburg/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2014-03-12 19:58 Andreas Hüttel
2012-11-29 18:49 Andreas Hüttel

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