diff options
author | Jan Seidel <tuxus@gentoo.org> | 2004-01-18 18:21:56 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2004-01-18 18:21:56 +0000 |
commit | dc235f7061eadcb1364209e2c537524d9aa03167 (patch) | |
tree | a0b9c118fba12d6ca79bd8b15ec85f50a175de5b /app-text | |
parent | Fixed bug #38356 and #33130 (diff) | |
download | historical-dc235f7061eadcb1364209e2c537524d9aa03167.tar.gz historical-dc235f7061eadcb1364209e2c537524d9aa03167.tar.bz2 historical-dc235f7061eadcb1364209e2c537524d9aa03167.zip |
Added ~mips to KEYWORDS.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/sablotron/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/sablotron/Manifest | 4 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-0.97.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-text/sablotron/ChangeLog b/app-text/sablotron/ChangeLog index 66e5166015f7..b0dcc4c2bd2a 100644 --- a/app-text/sablotron/ChangeLog +++ b/app-text/sablotron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sablotron # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.22 2004/01/10 16:00:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.23 2004/01/18 18:21:44 tuxus Exp $ + + 18 Jan 2004; <tuxus@gentoo.org> sablotron-0.97.ebuild: + Added ~mips to KEYWORDS. 10 Jan 2004; <agriffis@gentoo.org> sablotron-1.0.ebuild: stable on alpha and ia64 diff --git a/app-text/sablotron/Manifest b/app-text/sablotron/Manifest index f25eb49c2cde..c3cdfbe5f2ce 100644 --- a/app-text/sablotron/Manifest +++ b/app-text/sablotron/Manifest @@ -1,7 +1,7 @@ -MD5 8278956681ed46e807dbb741948582ca ChangeLog 3610 +MD5 1b2e3322163d4a086444e942bb243ab3 ChangeLog 3692 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 MD5 3735d3f27206f8a468e6460e375d604b sablotron-0.96.ebuild 1014 -MD5 bd681d1fbdd2fcdee9c75571a4764893 sablotron-0.97.ebuild 944 +MD5 70d43807ddc9d262f2ebad440c06e9ff sablotron-0.97.ebuild 949 MD5 5e640c954da4f594d00b6b9320bc73e6 sablotron-1.0.ebuild 1460 MD5 d4d88eebd05b4208b430c3e2738431a4 files/Sablot-0.96.1.patch 1698 MD5 bd659f0d856dbbac81723564bfdeb57b files/digest-sablotron-0.96 63 diff --git a/app-text/sablotron/sablotron-0.97.ebuild b/app-text/sablotron/sablotron-0.97.ebuild index 6998151eeb4e..983ed67adbd7 100644 --- a/app-text/sablotron/sablotron-0.97.ebuild +++ b/app-text/sablotron/sablotron-0.97.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.97.ebuild,v 1.13 2004/01/02 22:02:15 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.97.ebuild,v 1.14 2004/01/18 18:21:44 tuxus Exp $ inherit libtool @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act" SLOT="0" LICENSE="MPL-1.1" -KEYWORDS="x86 sparc ppc hppa alpha amd64" +KEYWORDS="x86 sparc ppc hppa alpha amd64 ~mips" DEPEND=">=dev-libs/expat-1.95.6-r1 dev-perl/XML-Parser" |