diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-01-06 13:55:45 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-01-06 13:55:45 +0000 |
commit | 4f24b9720c89fa67f037e88375ea300b47377542 (patch) | |
tree | c9cb3bfd7f9291fb41fa1c89eed4cac0c64599a5 /app-text/c2ps | |
parent | Added ~amd64 keyword. (diff) | |
download | gentoo-2-4f24b9720c89fa67f037e88375ea300b47377542.tar.gz gentoo-2-4f24b9720c89fa67f037e88375ea300b47377542.tar.bz2 gentoo-2-4f24b9720c89fa67f037e88375ea300b47377542.zip |
stable amd64
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-text/c2ps')
-rw-r--r-- | app-text/c2ps/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/c2ps/c2ps-4.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/c2ps/ChangeLog b/app-text/c2ps/ChangeLog index 56c5625bb26b..9336d9c243ed 100644 --- a/app-text/c2ps/ChangeLog +++ b/app-text/c2ps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/c2ps -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/ChangeLog,v 1.11 2005/10/11 18:19:39 grobian Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/ChangeLog,v 1.12 2006/01/06 13:51:54 blubb Exp $ + + 06 Jan 2006; Simon Stelling <blubb@gentoo.org> c2ps-4.0.ebuild: + stable on amd64 11 Oct 2005; Fabian Groffen <grobian@gentoo.org> c2ps-4.0.ebuild: Marked ~ppc-macos (bug #108591) diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild index aea13dab0149..8a2d125e6694 100644 --- a/app-text/c2ps/c2ps-4.0.ebuild +++ b/app-text/c2ps/c2ps-4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/c2ps-4.0.ebuild,v 1.12 2005/10/11 18:19:39 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/c2ps-4.0.ebuild,v 1.13 2006/01/06 13:51:54 blubb Exp $ DESCRIPTION="Generates a beautified ps document from a source file (c/c++)" HOMEPAGE="http://www.cs.technion.ac.il/users/c2ps" @@ -8,7 +8,7 @@ SRC_URI="http://www.cs.technion.ac.il/users/c2ps/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ppc ~ppc-macos ~sparc x86" +KEYWORDS="amd64 ~mips ppc ~ppc-macos ~sparc x86" IUSE="" src_compile() { |