diff options
author | 2005-01-11 17:44:47 +0000 | |
---|---|---|
committer | 2005-01-11 17:44:47 +0000 | |
commit | 02824cd4834b99fe8dd97b894e5bcf8d6d73ab59 (patch) | |
tree | c4a86e7cd31d47c3a49b2e7689df0ad48bfc3892 /app-text | |
parent | fixed a dependency problem with junit/ant-tasks. also see bug #76534. (diff) | |
download | historical-02824cd4834b99fe8dd97b894e5bcf8d6d73ab59.tar.gz historical-02824cd4834b99fe8dd97b894e5bcf8d6d73ab59.tar.bz2 historical-02824cd4834b99fe8dd97b894e5bcf8d6d73ab59.zip |
Marked stable on x86.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/htag/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/htag/Manifest | 14 | ||||
-rw-r--r-- | app-text/htag/htag-0.0.23.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/app-text/htag/ChangeLog b/app-text/htag/ChangeLog index db8d186d5d53..9dc2b613cd1a 100644 --- a/app-text/htag/ChangeLog +++ b/app-text/htag/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/htag # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htag/ChangeLog,v 1.8 2005/01/01 16:19:23 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htag/ChangeLog,v 1.9 2005/01/11 17:44:47 ka0ttic Exp $ + + 11 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> htag-0.0.23.ebuild: + Marked stable on x86. *htag-0.0.23 (04 Dec 2004) diff --git a/app-text/htag/Manifest b/app-text/htag/Manifest index cf7ac5ae93d5..cca530ff3534 100644 --- a/app-text/htag/Manifest +++ b/app-text/htag/Manifest @@ -1,6 +1,16 @@ -MD5 5f57b07286be415071cce9503540b4a0 ChangeLog 748 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 6991bf30164ce84d708dee523862773d htag-0.0.23.ebuild 875 MD5 2b5219d59b84447990907e4589f8263b htag-0.0.22.ebuild 752 +MD5 59432e0148e44a0231e86d9513e6942b ChangeLog 839 MD5 0c131a7201c4670302767f93643876fa metadata.xml 165 -MD5 712d07f9e62b27bbeb650c29c9d36eec htag-0.0.23.ebuild 879 MD5 bb290c8f7434f763ad4af4ec02224ba4 files/digest-htag-0.0.22 62 MD5 23c5854e5b217fc99b075ce11efc65d5 files/digest-htag-0.0.23 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFB5BCYEZCkKN40op4RAhJDAJ40lMwDPtfU88QR/cSXr7GK9C56CQCgmn3e +ZFUmQtdJR8XW36rLEMG3TRc= +=I0Hf +-----END PGP SIGNATURE----- diff --git a/app-text/htag/htag-0.0.23.ebuild b/app-text/htag/htag-0.0.23.ebuild index e170b38741de..89595a8a1e79 100644 --- a/app-text/htag/htag-0.0.23.ebuild +++ b/app-text/htag/htag-0.0.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htag/htag-0.0.23.ebuild,v 1.2 2005/01/01 16:19:23 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htag/htag-0.0.23.ebuild,v 1.3 2005/01/11 17:44:47 ka0ttic Exp $ DESCRIPTION="random signature maker" HOMEPAGE="http://www.earth.li/projectpurple/progs/htag.html" @@ -8,7 +8,7 @@ SRC_URI="http://www.earth.li/projectpurple/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~mips" +KEYWORDS="x86 ~sparc ~mips" IUSE="" RDEPEND="dev-lang/perl" |