Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-test
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 2 18:34:35 2011 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Wed Feb 2 18:34:35 2011 +0000
URL: http://git-exp.overlays.gentoo.org/gitweb/?p=subdir/test.git;a=commit;h=5c7e4766f1245f11b1c2023c36fb6b2c2b5ac7b7
Test rename/move
---
eclass/eclass-test2.eclass | 21 +++++++++++++++++++++
profiles/package.use.mask | 2 +-
2 files changed, 22 insertions(+), 1 deletions(-)
diff --git a/eclass/eclass-test2.eclass b/eclass/eclass-test2.eclass
new file mode 100644
index 0000000..2c40a87
--- /dev/null
+++ b/eclass/eclass-test2.eclass
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+#
+# Original Author: Christian Ruppert (idl0r) <spooky85@...>
+# Purpose:
+#
+
+einfo "entering eclass-test.eclass"
+
+function test_test() {
+ DEPEND="app-test/test"
+ RDEPEND="${DEPEND}"
+}
+
+DEPEND="app-test/test"
+RDEPEND="${DEPEND}"
+
+einfo "leaving eclass-test.eclass"
+#test_test
diff --git a/profiles/package.use.mask b/profiles/package.use.mask
index d4e763d..a4eaa0e 100644
--- a/profiles/package.use.mask
+++ b/profiles/package.use.mask
@@ -1,2 +1,2 @@
# sound is just optional on x86
-games-arcade/between-the-worlds sound
+games-arcade/between-the-worlds sound bar
|
|