diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-11 20:35:25 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-11 20:35:25 +0000 |
commit | 75e055f46eaebe8e18b60efb74844c1ae02f5582 (patch) | |
tree | 510dae82ea7109b11b51604349b8a431297ba571 /app-text/dictd | |
parent | Added hppa to KEYWORDS. (diff) | |
download | historical-75e055f46eaebe8e18b60efb74844c1ae02f5582.tar.gz historical-75e055f46eaebe8e18b60efb74844c1ae02f5582.tar.bz2 historical-75e055f46eaebe8e18b60efb74844c1ae02f5582.zip |
unmasks and changelog fixes
Diffstat (limited to 'app-text/dictd')
-rw-r--r-- | app-text/dictd/ChangeLog | 12 | ||||
-rw-r--r-- | app-text/dictd/dictd-1.8.0.ebuild | 4 |
2 files changed, 13 insertions, 3 deletions
diff --git a/app-text/dictd/ChangeLog b/app-text/dictd/ChangeLog index 5f85d5d8fe02..eed2145f55f3 100644 --- a/app-text/dictd/ChangeLog +++ b/app-text/dictd/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for app-text/dictd # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.6 2003/02/12 05:22:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.7 2003/07/11 20:35:22 aliz Exp $ 19 Jan 2003; Olivier Reisch <doctomoe@gentoo.org> dictd-1.8.0.ebuild: Added ~ppc keyword @@ -23,3 +23,13 @@ comments should well explained and written in clean English. The details about writing correct changelogs are explained in the skel.ChangeLog file which you can find in the root directory of the portage repository. + +*dictd-1.5.5-r3 (13 Feb 2003) + + 11 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + +*dictd-1.5.5-r2 (13 Feb 2003) + + 11 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. diff --git a/app-text/dictd/dictd-1.8.0.ebuild b/app-text/dictd/dictd-1.8.0.ebuild index 20cb825d9a0a..7d630c743cea 100644 --- a/app-text/dictd/dictd-1.8.0.ebuild +++ b/app-text/dictd/dictd-1.8.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.3 2003/02/13 09:33:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.4 2003/07/11 20:35:22 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Dictionary Client/Server for the DICT protocol" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.dict.org" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" DEPEND="virtual/glibc" |