summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-05-21 14:13:54 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-05-21 14:13:54 +0000
commit42c47712e76c345a2bb1c24095b4470ed9a6af1a (patch)
treed1d69aa549713ff6f311845379d0a3a780ae86dc /x11-proto
parentMask >=x11-proto/fontsproto-2.1.3 (diff)
downloadgentoo-2-42c47712e76c345a2bb1c24095b4470ed9a6af1a.tar.gz
gentoo-2-42c47712e76c345a2bb1c24095b4470ed9a6af1a.tar.bz2
gentoo-2-42c47712e76c345a2bb1c24095b4470ed9a6af1a.zip
Version bump. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/fontsproto/ChangeLog10
-rw-r--r--x11-proto/fontsproto/fontsproto-2.1.1.ebuild23
-rw-r--r--x11-proto/fontsproto/fontsproto-2.1.3.ebuild25
3 files changed, 33 insertions, 25 deletions
diff --git a/x11-proto/fontsproto/ChangeLog b/x11-proto/fontsproto/ChangeLog
index be5f30af1649..55a8f5a89a4a 100644
--- a/x11-proto/fontsproto/ChangeLog
+++ b/x11-proto/fontsproto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/fontsproto
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontsproto/ChangeLog,v 1.56 2013/02/21 18:44:37 zmedico Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontsproto/ChangeLog,v 1.57 2014/05/21 14:13:54 chithanh Exp $
+
+*fontsproto-2.1.3 (21 May 2014)
+
+ 21 May 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +fontsproto-2.1.3.ebuild, -fontsproto-2.1.1.ebuild:
+ Version bump. Remove old.
21 Feb 2013; Zac Medico <zmedico@gentoo.org> fontsproto-2.1.2.ebuild:
Add ~arm-linux keyword.
diff --git a/x11-proto/fontsproto/fontsproto-2.1.1.ebuild b/x11-proto/fontsproto/fontsproto-2.1.1.ebuild
deleted file mode 100644
index 6bb4a4a7356e..000000000000
--- a/x11-proto/fontsproto/fontsproto-2.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontsproto/fontsproto-2.1.1.ebuild,v 1.9 2012/03/07 04:22:09 darkside Exp $
-
-EAPI=3
-inherit xorg-2
-
-DESCRIPTION="X.Org Fonts protocol headers"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- doc? ( app-text/xmlto )"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- CONFIGURE_OPTIONS="$(use_enable doc specs)
- $(use_with doc xmlto)
- --without-fop"
-}
diff --git a/x11-proto/fontsproto/fontsproto-2.1.3.ebuild b/x11-proto/fontsproto/fontsproto-2.1.3.ebuild
new file mode 100644
index 000000000000..2107de2ba821
--- /dev/null
+++ b/x11-proto/fontsproto/fontsproto-2.1.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontsproto/fontsproto-2.1.3.ebuild,v 1.1 2014/05/21 14:13:54 chithanh Exp $
+
+EAPI=5
+
+XORG_DOC=doc
+inherit xorg-2
+
+DESCRIPTION="X.Org Fonts protocol headers"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable doc specs)
+ $(use_with doc xmlto)
+ --without-fop
+ )
+ xorg-2_src_configure
+}