diff options
author | 2013-01-04 23:34:44 +0000 | |
---|---|---|
committer | 2013-01-04 23:34:44 +0000 | |
commit | a01b3cf21eaee021b6ce8e571e7032fa64ccb5b2 (patch) | |
tree | 8eaa92ff146bed3da4473897ca7b35ff21ea1a82 /app-text/jist | |
parent | Reestricting python-3 per bug #450066 (diff) | |
download | gentoo-2-a01b3cf21eaee021b6ce8e571e7032fa64ccb5b2.tar.gz gentoo-2-a01b3cf21eaee021b6ce8e571e7032fa64ccb5b2.tar.bz2 gentoo-2-a01b3cf21eaee021b6ce8e571e7032fa64ccb5b2.zip |
version bump, remove old
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'app-text/jist')
-rw-r--r-- | app-text/jist/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/jist/jist-1.0.1.ebuild | 20 | ||||
-rw-r--r-- | app-text/jist/jist-1.1.0.ebuild | 20 | ||||
-rw-r--r-- | app-text/jist/jist-1.3.1.ebuild (renamed from app-text/jist/jist-1.2.0.ebuild) | 4 |
4 files changed, 10 insertions, 44 deletions
diff --git a/app-text/jist/ChangeLog b/app-text/jist/ChangeLog index 134e9c955cf8..334b58e11ead 100644 --- a/app-text/jist/ChangeLog +++ b/app-text/jist/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/jist -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/jist/ChangeLog,v 1.7 2012/12/10 20:45:50 hasufell Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/jist/ChangeLog,v 1.8 2013/01/04 23:34:44 hasufell Exp $ + +*jist-1.3.1 (04 Jan 2013) + + 04 Jan 2013; Julian Ospald <hasufell@gentoo.org> -jist-1.0.1.ebuild, + -jist-1.1.0.ebuild, -jist-1.2.0.ebuild, +jist-1.3.1.ebuild: + version bump, remove old *jist-1.3.0 (10 Dec 2012) diff --git a/app-text/jist/jist-1.0.1.ebuild b/app-text/jist/jist-1.0.1.ebuild deleted file mode 100644 index d026e4b750eb..000000000000 --- a/app-text/jist/jist-1.0.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/jist/jist-1.0.1.ebuild,v 1.3 2012/10/17 03:29:46 phajdan.jr Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="A ruby gem to publish a gist" -HOMEPAGE="http://github.com/ConradIrwin/jist" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" diff --git a/app-text/jist/jist-1.1.0.ebuild b/app-text/jist/jist-1.1.0.ebuild deleted file mode 100644 index 6beed700b319..000000000000 --- a/app-text/jist/jist-1.1.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/jist/jist-1.1.0.ebuild,v 1.1 2012/10/19 22:09:45 hasufell Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="A ruby gem to publish a gist" -HOMEPAGE="http://github.com/ConradIrwin/jist" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/app-text/jist/jist-1.2.0.ebuild b/app-text/jist/jist-1.3.1.ebuild index 67b82b428d4b..a9df631abf32 100644 --- a/app-text/jist/jist-1.2.0.ebuild +++ b/app-text/jist/jist-1.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/jist/jist-1.2.0.ebuild,v 1.1 2012/11/11 20:43:42 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/jist/jist-1.3.1.ebuild,v 1.1 2013/01/04 23:34:44 hasufell Exp $ EAPI=4 USE_RUBY="ruby18 ruby19" |