diff options
author | Peter Brown <rendhalver@gentoo.org> | 2003-02-22 12:46:41 +0000 |
---|---|---|
committer | Peter Brown <rendhalver@gentoo.org> | 2003-02-22 12:46:41 +0000 |
commit | 11c54ff9713a5ffe78b5d7ff87e125922592755c (patch) | |
tree | 5078c54503602d512d0a5b410d8dfba913ea1ecb /app-xemacs/semantic | |
parent | stable on alpha (diff) | |
download | historical-11c54ff9713a5ffe78b5d7ff87e125922592755c.tar.gz historical-11c54ff9713a5ffe78b5d7ff87e125922592755c.tar.bz2 historical-11c54ff9713a5ffe78b5d7ff87e125922592755c.zip |
new stable abuilds, adding ~alpha KEYWORDS
Diffstat (limited to 'app-xemacs/semantic')
-rw-r--r-- | app-xemacs/semantic/ChangeLog | 10 | ||||
-rw-r--r-- | app-xemacs/semantic/files/digest-semantic-1.17 | 1 | ||||
-rw-r--r-- | app-xemacs/semantic/semantic-1.14.ebuild | 4 | ||||
-rw-r--r-- | app-xemacs/semantic/semantic-1.17.ebuild | 23 |
4 files changed, 35 insertions, 3 deletions
diff --git a/app-xemacs/semantic/ChangeLog b/app-xemacs/semantic/ChangeLog index 390b17aa2579..ca1ec5ecaf5a 100644 --- a/app-xemacs/semantic/ChangeLog +++ b/app-xemacs/semantic/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-xemacs/semantic # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/semantic/ChangeLog,v 1.2 2003/02/12 05:44:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/semantic/ChangeLog,v 1.3 2003/02/22 12:46:40 rendhalver Exp $ + +*semantic-1.17 (22 Feb 2003) + + 22 Feb 2003; <rendhalver@gentoo.org> semantic-1.14.ebuild semantic-1.17.ebuild files/digest-semantic-1.17 : + Add ~alpha to KEYWORDS + + 22 Feb 2003; Rendhalver <rendhalver@gentoo.org> : + new stable ebuild *semantic-1.14 (16 Dec 2002) diff --git a/app-xemacs/semantic/files/digest-semantic-1.17 b/app-xemacs/semantic/files/digest-semantic-1.17 new file mode 100644 index 000000000000..b1f06dcee341 --- /dev/null +++ b/app-xemacs/semantic/files/digest-semantic-1.17 @@ -0,0 +1 @@ +MD5 6c374b18834351d2939683c5c62b44a6 semantic-1.17-pkg.tar.gz 443557
\ No newline at end of file diff --git a/app-xemacs/semantic/semantic-1.14.ebuild b/app-xemacs/semantic/semantic-1.14.ebuild index 33ef8125c10d..a3cee608dc3a 100644 --- a/app-xemacs/semantic/semantic-1.14.ebuild +++ b/app-xemacs/semantic/semantic-1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/semantic/semantic-1.14.ebuild,v 1.3 2003/02/13 09:57:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/semantic/semantic-1.14.ebuild,v 1.4 2003/02/22 12:46:40 rendhalver Exp $ SLOT="0" IUSE="" @@ -16,7 +16,7 @@ app-xemacs/texinfo app-xemacs/fsf-compat app-xemacs/cc-mode " -KEYWORDS="x86 -ppc alpha sparc" +KEYWORDS="x86 ~ppc ~alpha sparc" inherit xemacs-packages diff --git a/app-xemacs/semantic/semantic-1.17.ebuild b/app-xemacs/semantic/semantic-1.17.ebuild new file mode 100644 index 000000000000..449daebb5ecb --- /dev/null +++ b/app-xemacs/semantic/semantic-1.17.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/semantic/semantic-1.17.ebuild,v 1.1 2003/02/22 12:46:40 rendhalver Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Semantic bovinator (Yacc/Lex for XEmacs). Includes Senator." +PKG_CAT="standard" + +DEPEND="app-xemacs/eieio +app-xemacs/xemacs-base +app-xemacs/xemacs-devel +app-xemacs/edit-utils +app-xemacs/speedbar +app-xemacs/texinfo +app-xemacs/fsf-compat +app-xemacs/cc-mode +app-xemacs/edebug +" +KEYWORDS="x86 ~ppc ~alpha sparc" + +inherit xemacs-packages + |