ChangeLog

# ChangeLog for app-xemacs/gentoo-syntax
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.7 2008/05/14 17:29:41 opfer Exp $

14 May 2008; Christian Faulhammer
gentoo-syntax-1.8.ebuild:
stable x86, bug 222023

14 May 2008; Hans de Graaff gentoo-syntax-1.8.ebuild:
Mark stable on amd64, bug 222023

*gentoo-syntax-1.9 (14 May 2008)

14 May 2008; Hans de Graaff +gentoo-syntax-1.9.ebuild:
Version bump

30 Mar 2008; Hans de Graaff gentoo-syntax-1.8.ebuild:
Add missing dependency on app-xemacs/sh-script, thanks to ulm for the report

*gentoo-syntax-1.8 (22 Mar 2008)

22 Mar 2008; Hans de Graaff +gentoo-syntax-1.8.ebuild:
Version bump

19 Mar 2008; Hans de Graaff metadata.xml:
A herd should not be listed as maintainer

*gentoo-syntax-1.7 (15 Sep 2007)

15 Sep 2007; Hans de Graaff +gentoo-syntax-1.7.ebuild:
Initial public version of gentoo-syntax, a package to help edit
gentoo-specific files such as ebuilds with XEmacs.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

DIST gentoo-syntax-1.7.tar.bz2 8991 RMD160 0b414cedfc86fcb053bace133696027329144ed6 SHA1 caeea311c6503f96de063dd66d79e434fe459d65 SHA256 cc17d71349607410f00f52827e765703e14edde42d74c7d6b8b17711b3a4e62d
DIST gentoo-syntax-1.8.tar.bz2 12052 RMD160 02faad141c84998d5a64660e2301246f6033d1b2 SHA1 fbacd23309b8eaf8294789c76446ec89e6de2845 SHA256 549a969cfa311e199d5880c47ee8440140983fb823770a34232f0ab4add395c8
DIST gentoo-syntax-1.9.tar.bz2 12135 RMD160 ccf1793de60ec8eb3e9e5a0330c6372baf3ca580 SHA1 258449eb95fc8c2164e221631ccdebff72a375c7 SHA256 9467922c8c24d0eb29a317884a7cc9fe238115b4aa9f48d5ffd5049fa0a7e899
EBUILD gentoo-syntax-1.7.ebuild 545 RMD160 92afe4fdbe85a734ed4a2ddac6f32b25bc21c4c0 SHA1 52be624fbc93cea0521bbe81bae2fb39b0ddf331 SHA256 7c111d5ba57168442c8cd7f7fab31fe0f00b5fee2cb564090549fcab7f846975
EBUILD gentoo-syntax-1.8.ebuild 581 RMD160 ab55daf8d84c809b8dc6cc6a6f8ffdc84ed5c364 SHA1 720e1dad569938d505e16dff6eadeaf97079c6ec SHA256 5000d868ab05b3e664e75295a47f7afdf7e98d9637b1c4b7439f30d3cc97f113
EBUILD gentoo-syntax-1.9.ebuild 584 RMD160 96193354c288b4876a2954067cae161a19dd5eeb SHA1 a35e4f5d3addc9a5e86025da12fc77652e3fe1a0 SHA256 4c8bc10beddc418756ee3f110b5e8c383e15367f34482dbac4a9d8ee789749b1
MISC ChangeLog 1191 RMD160 35e9d22b1f8f77174efa0a4636e9a36a176de021 SHA1 3fccd643eda8b06378a6f931dbf9baab42696f22 SHA256 9a67f8edd121cbf4829db61ca54ccbfdaf21a8e7c79521d1dc69d12ad2e7ab6a
MISC metadata.xml 161 RMD160 2ada37e120e2e09389d491679abb808bc1047e2d SHA1 1beb6cc75a12ea6231b2c900f6251f1bb22bf910 SHA256 d896eb54e7e82141c9d5a2e82955cbfa75c030dc5747822a6a2263f6a76a4512
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkgrIYsACgkQNQqtfCuFneOpsQCfaQwFiFf1SpYyBiy/3L5zPdWR
3Z4AniOc7synqxjHgKoeiFSP4zGdUA8z
=j4N8
-----END PGP SIGNATURE-----

gentoo-syntax-1.7.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/gentoo-syntax-1.7.ebuild,v 1.2 2007/09/16 13:33:03 mr_bones_ Exp $

inherit xemacs-elisp eutils

DESCRIPTION="An Emacs mode for editing ebuilds and other Gentoo specific files."
HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/index.xml"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=app-editors/xemacs-21.4.20-r5"

gentoo-syntax-1.8.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/gentoo-syntax-1.8.ebuild,v 1.4 2008/05/14 17:29:41 opfer Exp $

inherit xemacs-elisp eutils

DESCRIPTION="An Emacs mode for editing ebuilds and other Gentoo specific files."
HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/index.xml"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

RDEPEND=">=app-editors/xemacs-21.4.20-r5
app-xemacs/sh-script"
DEPEND="${RDEPEND}"

gentoo-syntax-1.9.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/gentoo-syntax-1.9.ebuild,v 1.1 2008/05/14 05:07:53 graaff Exp $

inherit xemacs-elisp eutils

DESCRIPTION="An Emacs mode for editing ebuilds and other Gentoo specific files."
HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/index.xml"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=app-editors/xemacs-21.4.20-r5
app-xemacs/sh-script"
DEPEND="${RDEPEND}"

metadata.xml




xemacs