summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2015-01-08 12:20:01 +0000
committerAkinori Hattori <hattya@gentoo.org>2015-01-08 12:20:01 +0000
commit103517dd66a37d2a9a99272160d687ef338234a3 (patch)
tree535fc25ce2ca03945a186efa1a468ea7396b9883 /media-libs/libsixel
parentUnmask mail-client/squirrelmail-1.4.23_pre - bug #524238 (diff)
downloadgentoo-2-103517dd66a37d2a9a99272160d687ef338234a3.tar.gz
gentoo-2-103517dd66a37d2a9a99272160d687ef338234a3.tar.bz2
gentoo-2-103517dd66a37d2a9a99272160d687ef338234a3.zip
new upstream release
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'media-libs/libsixel')
-rw-r--r--media-libs/libsixel/ChangeLog11
-rw-r--r--media-libs/libsixel/libsixel-1.3.2.ebuild48
-rw-r--r--media-libs/libsixel/libsixel-1.3.3.ebuild48
-rw-r--r--media-libs/libsixel/libsixel-1.3.4.ebuild48
-rw-r--r--media-libs/libsixel/libsixel-1.3.5.ebuild48
-rw-r--r--media-libs/libsixel/libsixel-1.4.5.ebuild (renamed from media-libs/libsixel/libsixel-1.3.0.ebuild)4
6 files changed, 11 insertions, 196 deletions
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 <hattya@gentoo.org> +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.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.3.0.ebuild b/media-libs/libsixel/libsixel-1.4.5.ebuild
index 1f27a827d51c..67499c3a3494 100644
--- a/media-libs/libsixel/libsixel-1.3.0.ebuild
+++ b/media-libs/libsixel/libsixel-1.4.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.3.0.ebuild,v 1.2 2014/11/09 06:07:00 hattya Exp $
+# $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"