summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-10-23 13:48:38 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-10-23 13:48:38 +0000
commit0c9a357104a33a457e155ef882f967b93ad20b41 (patch)
treec06e61d15e351b6db70a61c7f4fb5c39e732bcbd /x11-libs/xtrans
parentamd64/x86 stable, bug #525984 (diff)
downloadgentoo-2-0c9a357104a33a457e155ef882f967b93ad20b41.tar.gz
gentoo-2-0c9a357104a33a457e155ef882f967b93ad20b41.tar.bz2
gentoo-2-0c9a357104a33a457e155ef882f967b93ad20b41.zip
Version bump. Remove old.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-libs/xtrans')
-rw-r--r--x11-libs/xtrans/ChangeLog8
-rw-r--r--x11-libs/xtrans/xtrans-1.2.7.ebuild26
-rw-r--r--x11-libs/xtrans/xtrans-1.3.5.ebuild27
3 files changed, 34 insertions, 27 deletions
diff --git a/x11-libs/xtrans/ChangeLog b/x11-libs/xtrans/ChangeLog
index 79390179a4e7..94e91e387327 100644
--- a/x11-libs/xtrans/ChangeLog
+++ b/x11-libs/xtrans/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/xtrans
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v 1.115 2014/06/10 01:01:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v 1.116 2014/10/23 13:48:38 chithanh Exp $
+
+*xtrans-1.3.5 (23 Oct 2014)
+
+ 23 Oct 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xtrans-1.3.5.ebuild, -xtrans-1.2.7.ebuild:
+ Version bump. Remove old.
10 Jun 2014; Mike Frysinger <vapier@gentoo.org> xtrans-1.3.3.ebuild:
Mark s390/sh stable.
diff --git a/x11-libs/xtrans/xtrans-1.2.7.ebuild b/x11-libs/xtrans/xtrans-1.2.7.ebuild
deleted file mode 100644
index 3c68856cdf8b..000000000000
--- a/x11-libs/xtrans/xtrans-1.2.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/xtrans-1.2.7.ebuild,v 1.10 2013/02/21 17:35:06 zmedico Exp $
-
-EAPI=4
-
-XORG_PACKAGE_NAME="lib${PN}"
-# this package just installs some .c and .h files, no libraries
-XORG_STATIC=no
-XORG_DOC=doc
-inherit xorg-2
-
-DESCRIPTION="X.Org xtrans library"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable doc docs)
- $(use_with doc xmlto)
- --without-fop
- )
-}
diff --git a/x11-libs/xtrans/xtrans-1.3.5.ebuild b/x11-libs/xtrans/xtrans-1.3.5.ebuild
new file mode 100644
index 000000000000..10b6fe44585e
--- /dev/null
+++ b/x11-libs/xtrans/xtrans-1.3.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/xtrans-1.3.5.ebuild,v 1.1 2014/10/23 13:48:38 chithanh Exp $
+
+EAPI=5
+
+XORG_PACKAGE_NAME="lib${PN}"
+# this package just installs some .c and .h files, no libraries
+XORG_STATIC=no
+XORG_DOC=doc
+inherit xorg-2
+
+DESCRIPTION="X.Org xtrans library"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable doc docs)
+ $(use_with doc xmlto)
+ --without-fop
+ )
+ xorg-2_src_configure
+}