summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2006-10-29 22:22:34 +0000
committerDavid Shakaryan <omp@gentoo.org>2006-10-29 22:22:34 +0000
commit3e4fdc704c61aad4ea7b225860b421fcdbf4ece7 (patch)
treeceb06cd73c1775b4078517dacd0217a25e8ef8bc /eclass
parentStable on x86, bug #152935. (diff)
downloadgentoo-2-3e4fdc704c61aad4ea7b225860b421fcdbf4ece7.tar.gz
gentoo-2-3e4fdc704c61aad4ea7b225860b421fcdbf4ece7.tar.bz2
gentoo-2-3e4fdc704c61aad4ea7b225860b421fcdbf4ece7.zip
Add deprecation notice.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/commonbox.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/commonbox.eclass b/eclass/commonbox.eclass
index bf80f4154b2e..dbf7ab908c69 100644
--- a/eclass/commonbox.eclass
+++ b/eclass/commonbox.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.31 2006/10/14 20:27:21 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.32 2006/10/29 22:22:34 omp Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -9,6 +9,9 @@
# The common utilities of those window managers get installed in the
# commonbox-utils dependency, and default styles with the commonbox-styles
# utility. They all share the /usr/share/commonbox directory now.
+#
+#
+# THIS ECLASS IS DEPRECATED. PLEASE DO NOT USE IT.
EXPORT_FUNCTIONS src_compile src_install pkg_postinst
@@ -19,7 +22,6 @@ DEPEND="dev-util/pkgconfig
=sys-apps/sed-4*"
RDEPEND="nls? ( sys-devel/gettext )
- x11-misc/commonbox-utils
x11-themes/commonbox-styles"
PROVIDE="virtual/blackbox"