diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-09-06 12:04:43 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-09-06 12:04:43 +0000 |
commit | c4f0048f0c43618fb0288d290a9faa7a8b82a84a (patch) | |
tree | ea9db219bc4688adec9fc88ab7d9e753eaadef8a /net-im/ekg | |
parent | Fixed gcc-3.4 issues. Bug #57318 (diff) | |
download | historical-c4f0048f0c43618fb0288d290a9faa7a8b82a84a.tar.gz historical-c4f0048f0c43618fb0288d290a9faa7a8b82a84a.tar.bz2 historical-c4f0048f0c43618fb0288d290a9faa7a8b82a84a.zip |
Marked stable on hppa.
Diffstat (limited to 'net-im/ekg')
-rw-r--r-- | net-im/ekg/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/ekg/Manifest | 14 | ||||
-rw-r--r-- | net-im/ekg/ekg-1.5.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/net-im/ekg/ChangeLog b/net-im/ekg/ChangeLog index 3ff1059b7a65..4420b2b34941 100644 --- a/net-im/ekg/ChangeLog +++ b/net-im/ekg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ekg # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.12 2004/09/04 21:10:18 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.13 2004/09/06 12:04:43 gmsoft Exp $ + + 06 Sep 2004; Guy Martin <gmsoft@gentoo.org> ekg-1.5.ebuild: + Marked stable on hppa. 04 Sep 2004; Michal Januszewski <spock@gentoo.org> -ekg-1.3.ebuild, -ekg-1.4.ebuild, ekg-1.5.ebuild: diff --git a/net-im/ekg/Manifest b/net-im/ekg/Manifest index 71893063e784..fdfc2109845d 100644 --- a/net-im/ekg/Manifest +++ b/net-im/ekg/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 6bc10c78dd96f71f8a4a50f035a8c395 ChangeLog 2420 MD5 3b274a0980356156a3dc9b9a492511d0 ekg-1.4-r1.ebuild 1109 -MD5 1cf17ee6cde070adc23bb4188af4af6e ekg-1.5.ebuild 1222 -MD5 7c722ec0dd32b886692553e2dbc51d0b ChangeLog 2331 MD5 d94d306da3804e41296e1bf04c7c9cae metadata.xml 255 +MD5 d2734b8f01bf15545a7ae8a4431ecad0 ekg-1.5.ebuild 1222 MD5 2bc5f13c9e2cc840a2f8f61fc3a51391 files/digest-ekg-1.4-r1 59 MD5 fabb312576862c943792eed047bac7a8 files/digest-ekg-1.5 59 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBOi9Mchej4aZK9/cRAp6EAJ4sLB3dwtIiJZnx//ilZlYeUXoDTACdEtZ6 -BpD0DSBzSm3kMFQgewU2y88= -=J4BX ------END PGP SIGNATURE----- diff --git a/net-im/ekg/ekg-1.5.ebuild b/net-im/ekg/ekg-1.5.ebuild index 33d69f49f8c5..416834f62a84 100644 --- a/net-im/ekg/ekg-1.5.ebuild +++ b/net-im/ekg/ekg-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.5.ebuild,v 1.2 2004/09/04 21:10:18 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.5.ebuild,v 1.3 2004/09/06 12:04:43 gmsoft Exp $ IUSE="ssl ncurses zlib python spell" @@ -10,7 +10,7 @@ SRC_URI="http://dev.null.pl/ekg/${P/_/}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha hppa ~mips ~ia64 ~amd64" S="${WORKDIR}/${P/_/}" |