diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-10-28 17:20:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-10-28 17:20:00 +0000 |
commit | 1967a90acc68f768e995a45145c945320ad2d706 (patch) | |
tree | d1c11261bd3963e669a464036af85f51d9f3f778 /dev-ruby/redcloth | |
parent | alpha stable, add ~alpha/~ia64/~sparc, etc (diff) | |
download | gentoo-2-1967a90acc68f768e995a45145c945320ad2d706.tar.gz gentoo-2-1967a90acc68f768e995a45145c945320ad2d706.tar.bz2 gentoo-2-1967a90acc68f768e995a45145c945320ad2d706.zip |
alpha stable, add ~alpha/~ia64/~sparc, etc
(Portage version: 2.1.11.9/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-ruby/redcloth')
-rw-r--r-- | dev-ruby/redcloth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/redcloth/redcloth-4.2.9.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-ruby/redcloth/ChangeLog b/dev-ruby/redcloth/ChangeLog index e1fc3c80c7b1..4aaa5f4ae63d 100644 --- a/dev-ruby/redcloth/ChangeLog +++ b/dev-ruby/redcloth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/redcloth # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.74 2012/08/14 18:47:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.75 2012/10/28 17:20:00 armin76 Exp $ + + 28 Oct 2012; Raúl Porcel <armin76@gentoo.org> redcloth-4.2.3-r1.ebuild, + redcloth-4.2.9.ebuild: + Add ~alpha, alpha stable 14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml: Update metadata.xml so that it's the same as most other packages. diff --git a/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild b/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild index 07e08c8dc49e..8cad36125a12 100644 --- a/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild +++ b/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild,v 1.13 2011/10/03 20:01:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild,v 1.14 2012/10/28 17:20:00 armin76 Exp $ EAPI=2 @@ -29,7 +29,7 @@ SRC_URI="http://github.com/jgarber/redcloth/tarball/RELEASE_$(replace_all_versio LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND="$DEPEND diff --git a/dev-ruby/redcloth/redcloth-4.2.9.ebuild b/dev-ruby/redcloth/redcloth-4.2.9.ebuild index 61c4e681b311..0c5cc6448bbd 100644 --- a/dev-ruby/redcloth/redcloth-4.2.9.ebuild +++ b/dev-ruby/redcloth/redcloth-4.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9.ebuild,v 1.7 2012/08/14 14:18:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9.ebuild,v 1.8 2012/10/28 17:20:00 armin76 Exp $ EAPI=4 @@ -30,7 +30,7 @@ RUBY_S="${GITHUB_USER}-${PN}-*" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND+=" dev-util/ragel" |