From 103517dd66a37d2a9a99272160d687ef338234a3 Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Thu, 8 Jan 2015 12:20:01 +0000 Subject: new upstream release (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EC917A6D) --- media-libs/libsixel/ChangeLog | 11 +++++-- media-libs/libsixel/libsixel-1.3.0.ebuild | 48 ------------------------------- media-libs/libsixel/libsixel-1.3.2.ebuild | 48 ------------------------------- media-libs/libsixel/libsixel-1.3.3.ebuild | 48 ------------------------------- media-libs/libsixel/libsixel-1.3.4.ebuild | 48 ------------------------------- media-libs/libsixel/libsixel-1.3.5.ebuild | 48 ------------------------------- media-libs/libsixel/libsixel-1.4.5.ebuild | 48 +++++++++++++++++++++++++++++++ 7 files changed, 57 insertions(+), 242 deletions(-) delete mode 100644 media-libs/libsixel/libsixel-1.3.0.ebuild delete mode 100644 media-libs/libsixel/libsixel-1.3.2.ebuild delete mode 100644 media-libs/libsixel/libsixel-1.3.3.ebuild delete mode 100644 media-libs/libsixel/libsixel-1.3.4.ebuild delete mode 100644 media-libs/libsixel/libsixel-1.3.5.ebuild create mode 100644 media-libs/libsixel/libsixel-1.4.5.ebuild (limited to 'media-libs/libsixel') diff --git a/media-libs/libsixel/ChangeLog b/media-libs/libsixel/ChangeLog index d71a54ea37cd..9e7185ff80fd 100644 --- a/media-libs/libsixel/ChangeLog +++ b/media-libs/libsixel/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-libs/libsixel -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/ChangeLog,v 1.8 2014/12/29 12:46:00 hattya Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/ChangeLog,v 1.9 2015/01/08 12:20:01 hattya Exp $ + +*libsixel-1.4.5 (08 Jan 2015) + + 08 Jan 2015; Akinori Hattori +libsixel-1.4.5.ebuild, + -libsixel-1.3.0.ebuild, -libsixel-1.3.2.ebuild, -libsixel-1.3.3.ebuild, + -libsixel-1.3.4.ebuild, -libsixel-1.3.5.ebuild: + new upstream release *libsixel-1.4.4 (29 Dec 2014) diff --git a/media-libs/libsixel/libsixel-1.3.0.ebuild b/media-libs/libsixel/libsixel-1.3.0.ebuild deleted file mode 100644 index 1f27a827d51c..000000000000 --- a/media-libs/libsixel/libsixel-1.3.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/libsixel-1.3.0.ebuild,v 1.2 2014/11/09 06:07:00 hattya Exp $ - -EAPI="5" - -inherit bash-completion-r1 - -DESCRIPTION="A lightweight, fast implementation of DEC SIXEL graphics codec" -HOMEPAGE="https://github.com/saitoha/libsixel" -SRC_URI="https://github.com/saitoha/libsixel/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="curl gd gtk jpeg png zsh-completion" - -RDEPEND="curl? ( net-misc/curl ) - gd? ( media-libs/gd ) - gtk? ( x11-libs/gdk-pixbuf:2 ) - jpeg? ( virtual/jpeg:0 ) - png? ( media-libs/libpng ) - zsh-completion? ( app-shells/zsh )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - --with-bashcompletiondir=$(get_bashcompdir) \ - $(use_with curl libcurl) \ - $(use_with gd) \ - $(use_with gtk gdk-pixbuf2) \ - $(use_with jpeg) \ - $(use_with png) -} - -src_test() { - emake test -} - -src_install() { - default - - docompress -x /usr/share/doc/${PF}/images - dodoc -r images - - use zsh-completion || rm -rf "${ED}"/usr/share/zsh -} diff --git a/media-libs/libsixel/libsixel-1.3.2.ebuild b/media-libs/libsixel/libsixel-1.3.2.ebuild deleted file mode 100644 index 3bc1d6a7ed30..000000000000 --- a/media-libs/libsixel/libsixel-1.3.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/libsixel-1.3.2.ebuild,v 1.1 2014/11/03 09:48:28 hattya Exp $ - -EAPI="5" - -inherit bash-completion-r1 - -DESCRIPTION="A lightweight, fast implementation of DEC SIXEL graphics codec" -HOMEPAGE="https://github.com/saitoha/libsixel" -SRC_URI="https://github.com/saitoha/libsixel/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="curl gd gtk jpeg png zsh-completion" - -RDEPEND="curl? ( net-misc/curl ) - gd? ( media-libs/gd ) - gtk? ( x11-libs/gdk-pixbuf:2 ) - jpeg? ( virtual/jpeg:0 ) - png? ( media-libs/libpng ) - zsh-completion? ( app-shells/zsh )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - --with-bashcompletiondir=$(get_bashcompdir) \ - $(use_with curl libcurl) \ - $(use_with gd) \ - $(use_with gtk gdk-pixbuf2) \ - $(use_with jpeg) \ - $(use_with png) -} - -src_test() { - emake test -} - -src_install() { - default - - docompress -x /usr/share/doc/${PF}/images - dodoc -r images - - use zsh-completion || rm -rf "${ED}"/usr/share/zsh -} diff --git a/media-libs/libsixel/libsixel-1.3.3.ebuild b/media-libs/libsixel/libsixel-1.3.3.ebuild deleted file mode 100644 index 7fdf0b49492a..000000000000 --- a/media-libs/libsixel/libsixel-1.3.3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/libsixel-1.3.3.ebuild,v 1.1 2014/11/09 06:09:05 hattya Exp $ - -EAPI="5" - -inherit bash-completion-r1 - -DESCRIPTION="A lightweight, fast implementation of DEC SIXEL graphics codec" -HOMEPAGE="https://github.com/saitoha/libsixel" -SRC_URI="https://github.com/saitoha/libsixel/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="curl gd gtk jpeg png zsh-completion" - -RDEPEND="curl? ( net-misc/curl ) - gd? ( media-libs/gd ) - gtk? ( x11-libs/gdk-pixbuf:2 ) - jpeg? ( virtual/jpeg:0 ) - png? ( media-libs/libpng ) - zsh-completion? ( app-shells/zsh )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - --with-bashcompletiondir=$(get_bashcompdir) \ - $(use_with curl libcurl) \ - $(use_with gd) \ - $(use_with gtk gdk-pixbuf2) \ - $(use_with jpeg) \ - $(use_with png) -} - -src_test() { - emake test -} - -src_install() { - default - - docompress -x /usr/share/doc/${PF}/images - dodoc -r images - - use zsh-completion || rm -rf "${ED}"/usr/share/zsh -} diff --git a/media-libs/libsixel/libsixel-1.3.4.ebuild b/media-libs/libsixel/libsixel-1.3.4.ebuild deleted file mode 100644 index f51e1fe41d22..000000000000 --- a/media-libs/libsixel/libsixel-1.3.4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/libsixel-1.3.4.ebuild,v 1.1 2014/11/09 12:41:57 hattya Exp $ - -EAPI="5" - -inherit bash-completion-r1 - -DESCRIPTION="A lightweight, fast implementation of DEC SIXEL graphics codec" -HOMEPAGE="https://github.com/saitoha/libsixel" -SRC_URI="https://github.com/saitoha/libsixel/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="curl gd gtk jpeg png zsh-completion" - -RDEPEND="curl? ( net-misc/curl ) - gd? ( media-libs/gd ) - gtk? ( x11-libs/gdk-pixbuf:2 ) - jpeg? ( virtual/jpeg:0 ) - png? ( media-libs/libpng ) - zsh-completion? ( app-shells/zsh )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - --with-bashcompletiondir=$(get_bashcompdir) \ - $(use_with curl libcurl) \ - $(use_with gd) \ - $(use_with gtk gdk-pixbuf2) \ - $(use_with jpeg) \ - $(use_with png) -} - -src_test() { - emake test -} - -src_install() { - default - - docompress -x /usr/share/doc/${PF}/images - dodoc -r images - - use zsh-completion || rm -rf "${ED}"/usr/share/zsh -} diff --git a/media-libs/libsixel/libsixel-1.3.5.ebuild b/media-libs/libsixel/libsixel-1.3.5.ebuild deleted file mode 100644 index 421e17c0b4f8..000000000000 --- a/media-libs/libsixel/libsixel-1.3.5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/libsixel-1.3.5.ebuild,v 1.1 2014/11/22 12:28:14 hattya Exp $ - -EAPI="5" - -inherit bash-completion-r1 - -DESCRIPTION="A lightweight, fast implementation of DEC SIXEL graphics codec" -HOMEPAGE="https://github.com/saitoha/libsixel" -SRC_URI="https://github.com/saitoha/libsixel/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="curl gd gtk jpeg png zsh-completion" - -RDEPEND="curl? ( net-misc/curl ) - gd? ( media-libs/gd ) - gtk? ( x11-libs/gdk-pixbuf:2 ) - jpeg? ( virtual/jpeg:0 ) - png? ( media-libs/libpng ) - zsh-completion? ( app-shells/zsh )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - --with-bashcompletiondir=$(get_bashcompdir) \ - $(use_with curl libcurl) \ - $(use_with gd) \ - $(use_with gtk gdk-pixbuf2) \ - $(use_with jpeg) \ - $(use_with png) -} - -src_test() { - emake test -} - -src_install() { - default - - docompress -x /usr/share/doc/${PF}/images - dodoc -r images - - use zsh-completion || rm -rf "${ED}"/usr/share/zsh -} diff --git a/media-libs/libsixel/libsixel-1.4.5.ebuild b/media-libs/libsixel/libsixel-1.4.5.ebuild new file mode 100644 index 000000000000..67499c3a3494 --- /dev/null +++ b/media-libs/libsixel/libsixel-1.4.5.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsixel/libsixel-1.4.5.ebuild,v 1.1 2015/01/08 12:20:01 hattya Exp $ + +EAPI="5" + +inherit bash-completion-r1 + +DESCRIPTION="A lightweight, fast implementation of DEC SIXEL graphics codec" +HOMEPAGE="https://github.com/saitoha/libsixel" +SRC_URI="https://github.com/saitoha/libsixel/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="curl gd gtk jpeg png zsh-completion" + +RDEPEND="curl? ( net-misc/curl ) + gd? ( media-libs/gd ) + gtk? ( x11-libs/gdk-pixbuf:2 ) + jpeg? ( virtual/jpeg:0 ) + png? ( media-libs/libpng ) + zsh-completion? ( app-shells/zsh )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_configure() { + econf \ + --with-bashcompletiondir=$(get_bashcompdir) \ + $(use_with curl libcurl) \ + $(use_with gd) \ + $(use_with gtk gdk-pixbuf2) \ + $(use_with jpeg) \ + $(use_with png) +} + +src_test() { + emake test +} + +src_install() { + default + + docompress -x /usr/share/doc/${PF}/images + dodoc -r images + + use zsh-completion || rm -rf "${ED}"/usr/share/zsh +} -- cgit v1.2.3-65-gdbad