chithanh    15/03/26 17:03:13

  Modified:             ChangeLog
  Added:                libXaw3dXft-1.6.2d.ebuild
  Removed:              libXaw3dXft-1.6.2b.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  Changes    Path
1.8                  x11-libs/libXaw3dXft/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3dXft/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3dXft/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3dXft/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw3dXft/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   25 Nov 2014 23:27:36 -0000      1.7
+++ ChangeLog   26 Mar 2015 17:03:13 -0000      1.8
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libXaw3dXft
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3dXft/ChangeLog,v 1.7 
2014/11/25 23:27:36 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3dXft/ChangeLog,v 1.8 
2015/03/26 17:03:13 chithanh Exp $
+
+*libXaw3dXft-1.6.2d (26 Mar 2015)
+
+  26 Mar 2015; Chí-Thanh Christopher Nguyễn <chith...@gentoo.org>
+  +libXaw3dXft-1.6.2d.ebuild, -libXaw3dXft-1.6.2b.ebuild:
+  Version bump. Remove old.
 
   25 Nov 2014; Julian Ospald <hasuf...@gentoo.org> metadata.xml:
   drop maintainership



1.1                  x11-libs/libXaw3dXft/libXaw3dXft-1.6.2d.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2d.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2d.ebuild?rev=1.1&content-type=text/plain

Index: libXaw3dXft-1.6.2d.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2d.ebuild,v 1.1 
2015/03/26 17:03:13 chithanh Exp $

EAPI=5

inherit xorg-2

DESCRIPTION="Xaw3dXft library"
HOMEPAGE="http://sourceforge.net/projects/sf-xpaint";
SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"

KEYWORDS="~amd64 ~x86"
IUSE="unicode xpm"

RDEPEND="x11-libs/libX11
        x11-libs/libXext
        x11-libs/libXft
        x11-libs/libXmu
        x11-libs/libXt
        xpm? ( x11-libs/libXpm )"
DEPEND="${RDEPEND}
        sys-devel/flex
        virtual/yacc
        x11-proto/xextproto
        x11-proto/xproto"

pkg_setup() {
        XORG_CONFIGURE_OPTIONS=(
                $(use_enable unicode internationalization)
                $(usex xpm "--enable-multiplane-bitmaps" "")
                --enable-arrow-scrollbars
                --enable-gray-stipples
        )

        xorg-2_pkg_setup
}




Reply via email to