diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2005-03-25 14:33:53 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2005-03-25 14:33:53 +0000 |
commit | 6e3c665a3a5e2bbd21fd06fec378bdbbd13f6160 (patch) | |
tree | a1d8d953fbdd2b184a2edcb0b56e7851ab7960f8 /net-misc/hsc | |
parent | fix compile warnings (diff) | |
download | gentoo-2-6e3c665a3a5e2bbd21fd06fec378bdbbd13f6160.tar.gz gentoo-2-6e3c665a3a5e2bbd21fd06fec378bdbbd13f6160.tar.bz2 gentoo-2-6e3c665a3a5e2bbd21fd06fec378bdbbd13f6160.zip |
~amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/hsc')
-rw-r--r-- | net-misc/hsc/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/hsc/hsc-0.929.ebuild | 4 | ||||
-rw-r--r-- | net-misc/hsc/hsc-0.931.ebuild | 4 | ||||
-rw-r--r-- | net-misc/hsc/hsc-0.935.ebuild | 6 |
4 files changed, 12 insertions, 9 deletions
diff --git a/net-misc/hsc/ChangeLog b/net-misc/hsc/ChangeLog index fce287b71cee..214efece3caf 100644 --- a/net-misc/hsc/ChangeLog +++ b/net-misc/hsc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/hsc -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/ChangeLog,v 1.8 2004/08/30 13:12:23 dholm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/ChangeLog,v 1.9 2005/03/25 14:33:53 kugelfang Exp $ + + 25 Mar 2005; Danny van Dyk <kugelfang@gentoo.org> hsc-0.935.ebuild: + Marked ~amd64. 30 Aug 2004; David Holm <dholm@gentoo.org> hsc-0.935.ebuild: Added to ~ppc. diff --git a/net-misc/hsc/hsc-0.929.ebuild b/net-misc/hsc/hsc-0.929.ebuild index 8832eddfa288..5fe6da7219b6 100644 --- a/net-misc/hsc/hsc-0.929.ebuild +++ b/net-misc/hsc/hsc-0.929.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/hsc-0.929.ebuild,v 1.4 2004/07/01 21:08:26 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/hsc-0.929.ebuild,v 1.5 2005/03/25 14:33:53 kugelfang Exp $ DESCRIPTION="An HTML preprocessor using ML syntax" HOMEPAGE="http://www.linguistik.uni-erlangen.de/~msbethke/software.html" diff --git a/net-misc/hsc/hsc-0.931.ebuild b/net-misc/hsc/hsc-0.931.ebuild index ce18af7cba11..30e1d72f042b 100644 --- a/net-misc/hsc/hsc-0.931.ebuild +++ b/net-misc/hsc/hsc-0.931.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/hsc-0.931.ebuild,v 1.3 2004/07/01 21:08:26 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/hsc-0.931.ebuild,v 1.4 2005/03/25 14:33:53 kugelfang Exp $ DESCRIPTION="An HTML preprocessor using ML syntax" HOMEPAGE="http://www.linguistik.uni-erlangen.de/~msbethke/software.html" diff --git a/net-misc/hsc/hsc-0.935.ebuild b/net-misc/hsc/hsc-0.935.ebuild index 12e2b6bb8378..9d16216cad8a 100644 --- a/net-misc/hsc/hsc-0.935.ebuild +++ b/net-misc/hsc/hsc-0.935.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/hsc-0.935.ebuild,v 1.2 2004/08/30 13:12:23 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hsc/hsc-0.935.ebuild,v 1.3 2005/03/25 14:33:53 kugelfang Exp $ DESCRIPTION="An HTML preprocessor using ML syntax" HOMEPAGE="http://www.linguistik.uni-erlangen.de/~msbethke/software.html" @@ -8,7 +8,7 @@ SRC_URI="http://www.linguistik.uni-erlangen.de/~msbethke/binaries/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="" |