chithanh    14/05/21 13:44:06

  Modified:             ChangeLog
  Added:                libepoxy-1.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  media-libs/libepoxy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   7 Mar 2014 02:42:21 -0000       1.2
+++ ChangeLog   21 May 2014 13:44:06 -0000      1.3
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libepoxy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v 1.2 
2014/03/07 02:42:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v 1.3 
2014/05/21 13:44:06 chithanh Exp $
+
+*libepoxy-1.2 (21 May 2014)
+
+  21 May 2014; Chí-Thanh Christopher Nguyễn <[email protected]>
+  +libepoxy-1.2.ebuild:
+  Version bump.
 
   07 Mar 2014; Patrick Lauer <[email protected]> libepoxy-1.1.ebuild,
   libepoxy-9999.ebuild:



1.1                  media-libs/libepoxy/libepoxy-1.2.ebuild

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

Index: libepoxy-1.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild,v 
1.1 2014/05/21 13:44:06 chithanh Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=yes

EGIT_REPO_URI="git://github.com/anholt/libepoxy.git"

if [[ ${PV} = 9999* ]]; then
        GIT_ECLASS="git-r3"
fi

inherit autotools-multilib ${GIT_ECLASS}

DESCRIPTION="Epoxy is a library for handling OpenGL function pointer management 
for you"
HOMEPAGE="https://github.com/anholt/libepoxy";
if [[ ${PV} = 9999* ]]; then
        KEYWORDS=""
        SRC_URI=""
else
        KEYWORDS="~amd64 ~x86"
        SRC_URI="https://github.com/anholt/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
fi

LICENSE="MIT"
SLOT="0"
IUSE="test"
RESTICT="test" # FIXME: tests fail when run from portage.

DEPEND="dev-lang/python
        x11-misc/util-macros
        x11-libs/libX11"
RDEPEND=""

src_unpack() {
        default
        [[ $PV = 9999* ]] && git-r3_src_unpack
}




Reply via email to