hattya      14/10/31 12:08:52

  Added:                libsixel-1.3.0.ebuild metadata.xml Manifest
                        ChangeLog
  Log:
  initial import
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  Changes    Path
1.1                  media-libs/libsixel/libsixel-1.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsixel/libsixel-1.3.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsixel/libsixel-1.3.0.ebuild?rev=1.1&content-type=text/plain

Index: libsixel-1.3.0.ebuild
===================================================================
# 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.1 2014/10/31 12:08:52 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_install() {
        default

        docompress -x /usr/share/doc/${PF}/images
        dodoc -r images

        use zsh-completion || rm -rf "${ED}"/usr/share/zsh
}



1.1                  media-libs/libsixel/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsixel/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsixel/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
  <maintainer>
    <email>[email protected]</email>
  </maintainer>
</pkgmetadata>



1.1                  media-libs/libsixel/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsixel/Manifest?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsixel/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST libsixel-1.3.0.tar.gz 2523771 SHA256 
e41add0893d01463e353cc96ae17e828540c373dd73eb3b8074ff70ef2dcff27 SHA512 
48a0f97d9ad3a86b7a0623af693f6d546d602df78d1afc12713b85c8ca5a5dc72cef0bf7a8426f9cbb48aa684c7e9769e5d39d1bb814caed4abf634996d35e45
 WHIRLPOOL 
ec08a7c49635b133de6b8019ca5743e7186d714b627f0829e034bb6e3595d00776c81ffd91bf9f7ef7a35cb57b56cf50a490f0005ce5f4d54b7c0d1230fc9ffd
EBUILD libsixel-1.3.0.ebuild 1028 SHA256 
00c1cde3dc6348aa433a6116688a7fb4e511609bd5695ea5e7b20a4cbe8bc3f0 SHA512 
8ee992af2362ad885b1f7a941a6b42be37b91f0f2b5bd5f09147c1ea60b8b0f4445f2b044596ace8989c865cd82944299656a9667558099c04cff982e0253eea
 WHIRLPOOL 
c07baee054594fcfe07bc77634eb34fc439fc6c4d78e2ea9e13243a03259557aed8582a898520d8e673b8158b61fcf076aa16ed4958c17afe6379dec4d92f9e3
MISC metadata.xml 207 SHA256 
131271f902267c3eb067a7b0316b1e2598d5cc32a4528edb37d50ea2f4b262e0 SHA512 
5a94c029f35e9fe05a2ce6678db9a67aa9c0f78ed03b48e267b53db983c8bdc8f8cf2d5001e3c4074ddbe04526547f38576981f660d165c1a7908fa5eeaa20c6
 WHIRLPOOL 
8928372826be281072bdd0c064b1da6f8f10c220972343090083285052fd64608239840ec7ba9a313c7c5cf3309619fdd023a6fa49fbaf97311b5b6333e93b5a



1.1                  media-libs/libsixel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsixel/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsixel/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# 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.1 
2014/10/31 12:08:52 hattya Exp $

*libsixel-1.3.0 (31 Oct 2014)

  31 Oct 2014; Akinori Hattori <[email protected]> +libsixel-1.3.0.ebuild,
  +metadata.xml:
  initial import




Reply via email to