From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfont2/
Date: Sat, 19 Dec 2015 04:05:53 +0000 (UTC) [thread overview]
Message-ID: <1450497913.a8fb0558d521e9abafd16fb545a58b4fad1e4fe8.mattst88@gentoo> (raw)
commit: a8fb0558d521e9abafd16fb545a58b4fad1e4fe8
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 20:51:54 2015 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 04:05:13 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8fb0558
x11-libs/libXfont2: Add new package.
x11-libs/libXfont2/Manifest | 1 +
x11-libs/libXfont2/libXfont2-2.0.1.ebuild | 33 +++++++++++++++++++++++++++++++
x11-libs/libXfont2/metadata.xml | 12 +++++++++++
3 files changed, 46 insertions(+)
diff --git a/x11-libs/libXfont2/Manifest b/x11-libs/libXfont2/Manifest
new file mode 100644
index 0000000..3cd0016
--- /dev/null
+++ b/x11-libs/libXfont2/Manifest
@@ -0,0 +1 @@
+DIST libXfont2-2.0.1.tar.bz2 472822 SHA256 e9fbbb475ddd171b3a6a54b989cbade1f6f874fc35d505ebc5be426bc6e4db7e SHA512 5e4dcb587b4d25dd41124bb50d71c30b5e29663ce675b0830def82fb6e00b64ba34e1b1ed7fad947fd0da95007aa55d14f587383e4cff08c3e0a0241c8879d16 WHIRLPOOL 305b33b83f6bb3c5e73e39f8be597e0d0934d5ed190691b141bf792987cef6b50ee1c31310b955eafea0e16869d52378e453805cddf4e06c8d172385ccc81228
diff --git a/x11-libs/libXfont2/libXfont2-2.0.1.ebuild b/x11-libs/libXfont2/libXfont2-2.0.1.ebuild
new file mode 100644
index 0000000..42023d5
--- /dev/null
+++ b/x11-libs/libXfont2/libXfont2-2.0.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DOC=doc
+inherit xorg-2
+
+DESCRIPTION="X.Org Xfont library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="bzip2 ipv6 truetype"
+
+RDEPEND="x11-libs/xtrans
+ x11-libs/libfontenc
+ truetype? ( >=media-libs/freetype-2 )
+ bzip2? ( app-arch/bzip2 )
+ x11-proto/xproto
+ >=x11-proto/fontsproto-2.1.3"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable ipv6)
+ $(use_enable doc devel-docs)
+ $(use_with doc xmlto)
+ $(use_with bzip2)
+ $(use_enable truetype freetype)
+ --without-fop
+ )
+ xorg-2_src_configure
+}
diff --git a/x11-libs/libXfont2/metadata.xml b/x11-libs/libXfont2/metadata.xml
new file mode 100644
index 0000000..ce1f6e1
--- /dev/null
+++ b/x11-libs/libXfont2/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>x11</herd>
+ <use>
+ <flag name="bzip2">Support bzip2 compressed PCF fonts.</flag>
+ <flag name="truetype">Use media-libs/freetype for font rasterization.</flag>
+ </use>
+ <upstream>
+ <remote-id type="cpe">cpe:/a:x.org:libxfont</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2015-12-19 4:05 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-19 4:05 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-10-25 3:52 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfont2/ Matt Turner
2017-01-31 17:25 Matt Turner
2017-03-06 15:50 Tobias Klausmann
2017-03-08 7:44 Michael Weber
2017-03-10 9:09 Agostino Sarubbo
2017-03-10 10:59 Agostino Sarubbo
2017-03-10 12:53 Agostino Sarubbo
2017-03-11 18:59 Agostino Sarubbo
2017-03-16 8:15 Jeroen Roovers
2017-08-16 7:16 Michał Górny
2017-10-11 20:19 Manuel Rüger
2017-10-21 12:45 Sergei Trofimovich
2017-10-22 20:33 Thomas Deutschmann
2017-10-23 8:09 Agostino Sarubbo
2017-10-24 7:07 Sergei Trofimovich
2017-10-24 21:45 Sergei Trofimovich
2017-11-02 16:16 Matt Turner
2017-11-08 12:51 Tobias Klausmann
2017-11-08 23:38 Matt Turner
2017-11-09 1:38 Matt Turner
2017-11-19 15:14 Markus Meier
2017-11-23 20:13 Matt Turner
2017-11-29 1:39 Matt Turner
2017-11-29 11:19 Agostino Sarubbo
2017-11-29 18:52 Thomas Deutschmann
2017-11-29 20:28 Sergei Trofimovich
2017-11-30 20:19 Tobias Klausmann
2017-12-01 7:32 Sergei Trofimovich
2017-12-13 21:12 Markus Meier
2018-01-05 15:30 Mart Raudsepp
2018-08-18 23:03 Mikle Kolyada
2019-01-19 20:09 Mart Raudsepp
2019-09-14 19:15 Matt Turner
2019-09-14 19:15 Matt Turner
2019-09-20 12:06 Agostino Sarubbo
2019-09-20 12:08 Agostino Sarubbo
2019-09-20 12:10 Agostino Sarubbo
2019-09-20 12:14 Agostino Sarubbo
2019-09-20 12:17 Agostino Sarubbo
2019-09-20 21:32 Aaron Bauman
2019-09-21 0:15 Mikle Kolyada
2019-09-21 0:15 Mikle Kolyada
2019-09-21 13:45 Sergei Trofimovich
2019-09-21 17:11 Matt Turner
2021-05-02 15:24 Matt Turner
2021-08-02 4:10 Matt Turner
2021-08-02 4:10 Matt Turner
2021-11-07 22:10 Jakov Smolić
2021-11-12 20:51 Sam James
2021-11-15 1:12 Sam James
2021-11-15 8:38 Jakov Smolić
2021-11-17 7:49 Sam James
2021-11-17 16:51 Arthur Zamarin
2021-11-17 22:55 Georgy Yakovlev
2021-11-18 7:48 Matt Turner
2022-01-05 23:51 James Le Cuirot
2022-05-08 7:34 WANG Xuerui
2022-08-26 10:46 Sam James
2022-08-27 15:29 Matt Turner
2022-08-27 15:29 Matt Turner
2022-11-12 15:50 Arthur Zamarin
2022-11-12 15:55 Arthur Zamarin
2022-11-16 7:58 Arthur Zamarin
2022-11-16 18:23 Arthur Zamarin
2022-11-19 7:01 Arthur Zamarin
2022-12-02 6:32 Arthur Zamarin
2022-12-03 6:05 Arthur Zamarin
2023-12-10 18:43 Matt Turner
2024-01-14 19:53 Arthur Zamarin
2024-01-14 19:53 Arthur Zamarin
2024-01-14 20:17 Sam James
2024-01-14 20:17 Sam James
2024-01-14 20:17 Sam James
2024-01-14 20:17 Sam James
2024-01-23 4:17 Sam James
2024-01-23 5:32 Sam James
2024-01-24 17:00 Matt Turner
2024-08-02 1:54 Matt Turner
2024-09-02 19:25 Sam James
2024-09-02 19:25 Sam James
2024-09-02 19:25 Sam James
2024-09-02 19:25 Sam James
2024-09-05 0:06 Sam James
2024-09-12 16:16 Jakov Smolić
2024-09-24 0:36 Matt Turner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1450497913.a8fb0558d521e9abafd16fb545a58b4fad1e4fe8.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox