diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-10-03 02:47:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-10-03 02:47:54 +0000 |
commit | 706e79274abac6b82094e89ba2568f0433ab91b8 (patch) | |
tree | 5f112c51f40e6980439b391c3979de87755e4d1a /app-xemacs/c-support | |
parent | Patch to fixup multiline strings (diff) | |
download | historical-706e79274abac6b82094e89ba2568f0433ab91b8.tar.gz historical-706e79274abac6b82094e89ba2568f0433ab91b8.tar.bz2 historical-706e79274abac6b82094e89ba2568f0433ab91b8.zip |
Stable on alpha
Diffstat (limited to 'app-xemacs/c-support')
-rw-r--r-- | app-xemacs/c-support/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/c-support/Manifest | 4 | ||||
-rw-r--r-- | app-xemacs/c-support/c-support-1.16.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-xemacs/c-support/ChangeLog b/app-xemacs/c-support/ChangeLog index 7f408ede7663..6e36b84731e7 100644 --- a/app-xemacs/c-support/ChangeLog +++ b/app-xemacs/c-support/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/c-support # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/c-support/ChangeLog,v 1.3 2003/02/22 12:46:39 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/c-support/ChangeLog,v 1.4 2003/10/03 02:17:28 agriffis Exp $ + + 02 Oct 2003; Aron Griffis <agriffis@gentoo.org> c-support-1.16.ebuild: + Stable on alpha *c-support-1.16 (16 Dec 2002) diff --git a/app-xemacs/c-support/Manifest b/app-xemacs/c-support/Manifest index 52ff5b2ad26b..2ba7ae67ea34 100644 --- a/app-xemacs/c-support/Manifest +++ b/app-xemacs/c-support/Manifest @@ -1,3 +1,3 @@ -MD5 3785c6915660ebfb7320718dc50147e8 ChangeLog 431 -MD5 61fe8d18271ee0ad4f0af457a9d4e881 c-support-1.16.ebuild 446 +MD5 1e4a0c3aa831a430e1d310e4f25fe548 ChangeLog 521 +MD5 af807cf34b3e1c45d67dd1b227e30f57 c-support-1.16.ebuild 443 MD5 dc1dcbccd652e575d04764376f210647 files/digest-c-support-1.16 68 diff --git a/app-xemacs/c-support/c-support-1.16.ebuild b/app-xemacs/c-support/c-support-1.16.ebuild index 7cf2d49dbd4a..9e1bc1781a5e 100644 --- a/app-xemacs/c-support/c-support-1.16.ebuild +++ b/app-xemacs/c-support/c-support-1.16.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/c-support/c-support-1.16.ebuild,v 1.4 2003/02/22 12:46:39 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/c-support/c-support-1.16.ebuild,v 1.5 2003/10/03 02:17:28 agriffis Exp $ SLOT="0" IUSE="" @@ -10,7 +10,7 @@ PKG_CAT="standard" DEPEND="app-xemacs/cc-mode app-xemacs/xemacs-base " -KEYWORDS="x86 ~ppc ~alpha sparc" +KEYWORDS="x86 ~ppc alpha sparc" inherit xemacs-packages |