Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: xemacs-elisp-common.eclass xemacs-packages.eclass
Date: Sun, 21 Jun 2009 14:53:14
Message-Id: E1MIOPw-0000wV-Cj@stork.gentoo.org
1 graaff 09/06/21 14:53:12
2
3 Modified: xemacs-elisp-common.eclass xemacs-packages.eclass
4 Log:
5 Change virtual/xemacs to app-editors/xemacs since the virtual has been removed.
6
7 Revision Changes Path
8 1.3 eclass/xemacs-elisp-common.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/xemacs-elisp-common.eclass?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/xemacs-elisp-common.eclass?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/xemacs-elisp-common.eclass?r1=1.2&r2=1.3
13
14 Index: xemacs-elisp-common.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/xemacs-elisp-common.eclass,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- xemacs-elisp-common.eclass 25 Sep 2007 18:27:12 -0000 1.2
21 +++ xemacs-elisp-common.eclass 21 Jun 2009 14:53:12 -0000 1.3
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-elisp-common.eclass,v 1.2 2007/09/25 18:27:12 graaff Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-elisp-common.eclass,v 1.3 2009/06/21 14:53:12 graaff Exp $
27 #
28 # Copyright 2007 Hans de Graaff <graaff@g.o>
29 #
30 @@ -26,7 +26,7 @@
31 #
32 # When relying on the xemacs USE flag, you need to add
33 #
34 -# xemacs? ( virtual/xemacs )
35 +# xemacs? ( app-editors/xemacs )
36 #
37 # to your DEPEND/RDEPEND line and use the functions provided here to bring
38 # the files to the correct locations.
39
40
41
42 1.15 eclass/xemacs-packages.eclass
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/xemacs-packages.eclass?rev=1.15&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/xemacs-packages.eclass?rev=1.15&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/xemacs-packages.eclass?r1=1.14&r2=1.15
47
48 Index: xemacs-packages.eclass
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v
51 retrieving revision 1.14
52 retrieving revision 1.15
53 diff -u -r1.14 -r1.15
54 --- xemacs-packages.eclass 24 Feb 2008 13:35:15 -0000 1.14
55 +++ xemacs-packages.eclass 21 Jun 2009 14:53:12 -0000 1.15
56 @@ -1,13 +1,13 @@
57 # Copyright 1999-2007 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.14 2008/02/24 13:35:15 graaff Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.15 2009/06/21 14:53:12 graaff Exp $
61 #
62 # xemacs-packages eclass inherited by all xemacs packages
63 # $PKG_CAT need's to be set before inheriting xemacs-packages
64
65 EXPORT_FUNCTIONS src_unpack src_compile src_install
66
67 -DEPEND="virtual/xemacs"
68 +DEPEND="app-editors/xemacs"
69
70 [ -z "$HOMEPAGE" ] && HOMEPAGE="http://xemacs.org/"
71 [ -z "$LICENSE" ] && LICENSE="GPL-2"