diff options
author | Jason Wever <weeve@gentoo.org> | 2004-03-10 20:18:42 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-03-10 20:18:42 +0000 |
commit | ff384da7d83771bcd0fed2a77e4095430ac2accb (patch) | |
tree | 61e15a442a6391414e71cc086c8a4c2fb1d6a90a /app-text | |
parent | Added ~sparc keyword. (diff) | |
download | historical-ff384da7d83771bcd0fed2a77e4095430ac2accb.tar.gz historical-ff384da7d83771bcd0fed2a77e4095430ac2accb.tar.bz2 historical-ff384da7d83771bcd0fed2a77e4095430ac2accb.zip |
Added ~sparc keyword.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/unix2dos/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/unix2dos/Manifest | 6 | ||||
-rw-r--r-- | app-text/unix2dos/unix2dos-2.2.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-text/unix2dos/ChangeLog b/app-text/unix2dos/ChangeLog index 9120944d562a..f52f2ff6951b 100644 --- a/app-text/unix2dos/ChangeLog +++ b/app-text/unix2dos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/unix2dos # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.5 2004/01/20 20:24:24 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.6 2004/03/10 20:18:42 weeve Exp $ + + 10 Mar 2004; Jason Wever <weeve@gentoo.org> unix2dos-2.2.ebuild: + Added ~sparc keyword. 20 Jan 2004; Jon Portnoy <avenj@gentoo.org> unix2dos-2.2.ebuild : AMD64 keywords. diff --git a/app-text/unix2dos/Manifest b/app-text/unix2dos/Manifest index 802bb8aedd1c..cb19b970c25d 100644 --- a/app-text/unix2dos/Manifest +++ b/app-text/unix2dos/Manifest @@ -1,6 +1,6 @@ -MD5 1493dffd76b47fabbeba94f80bb5e0ae ChangeLog 640 -MD5 3020c02a24df31dd1aeee97b457d3742 unix2dos-2.2.ebuild 709 +MD5 3fce835d45270944e3b3c193aa14bf4c ChangeLog 732 +MD5 d61298f1e60fb45d3354a6b84855a40a unix2dos-2.2.ebuild 717 MD5 9b19aa73a3447d0d691bd0e5537f6547 files/digest-unix2dos-2.2 66 -MD5 c723995df715179f101342647856ed6d files/unix2dos-mkstemp.patch 543 MD5 e7f3673c14b9bbeed71e94730d7ef386 files/unix2dos-2.2-manpage.patch 888 MD5 fe14e5681bc093d2039290d906023047 files/unix2dos-2.2-segfault.patch 2297 +MD5 c723995df715179f101342647856ed6d files/unix2dos-mkstemp.patch 543 diff --git a/app-text/unix2dos/unix2dos-2.2.ebuild b/app-text/unix2dos/unix2dos-2.2.ebuild index 73b779eb956a..c5d70a70f861 100644 --- a/app-text/unix2dos/unix2dos-2.2.ebuild +++ b/app-text/unix2dos/unix2dos-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2.ebuild,v 1.7 2004/02/29 18:10:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2.ebuild,v 1.8 2004/03/10 20:18:42 weeve Exp $ DESCRIPTION="unix2dos - UNIX to DOS text file format converter" HOMEPAGE="" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${P}.src.tar.gz" LICENSE="freedist" SLOT="0" -KEYWORDS="x86 ppc alpha ~amd64" +KEYWORDS="x86 ppc alpha ~amd64 ~sparc" DEPEND="" RDEPEND="" |