public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/x11:master commit in: x11-apps/mkfontscale/
@ 2011-04-15 19:04 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2011-04-15 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     2d0ae01c9424390510de41cb66e84d13b207b934
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 18:18:24 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 18:18:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=2d0ae01c

x11-apps/mkfontscale: Migrate to XORG_CONFIGURE_OPTIONS.

(Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, signed Manifest commit with key 05DE07BB)

---
 x11-apps/mkfontscale/metadata.xml            |    5 +++++
 x11-apps/mkfontscale/mkfontscale-9999.ebuild |    6 ++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/x11-apps/mkfontscale/metadata.xml b/x11-apps/mkfontscale/metadata.xml
new file mode 100644
index 0000000..01c4c00
--- /dev/null
+++ b/x11-apps/mkfontscale/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>x11</herd>
+</pkgmetadata>

diff --git a/x11-apps/mkfontscale/mkfontscale-9999.ebuild b/x11-apps/mkfontscale/mkfontscale-9999.ebuild
index 05e0a1a..5938c21 100644
--- a/x11-apps/mkfontscale/mkfontscale-9999.ebuild
+++ b/x11-apps/mkfontscale/mkfontscale-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -18,4 +18,6 @@ DEPEND="${RDEPEND}
 	app-arch/gzip
 	app-arch/bzip2"
 
-CONFIGURE_OPTIONS="--with-bzip2"
+XORG_CONFIGURE_OPTIONS=(
+	--with-bzip2
+)



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/x11:master commit in: x11-apps/mkfontscale/
@ 2015-02-08 15:00 Mart Raudsepp
  0 siblings, 0 replies; 3+ messages in thread
From: Mart Raudsepp @ 2015-02-08 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     d9e2682904fd386becd96deb5aa5076e012762a3
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  8 14:59:47 2015 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Feb  8 14:59:47 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=d9e26829

Add ~arm-linux keyword to mkfontscale

---
 x11-apps/mkfontscale/mkfontscale-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/mkfontscale/mkfontscale-9999.ebuild b/x11-apps/mkfontscale/mkfontscale-9999.ebuild
index ef146f0..bd691e0 100644
--- a/x11-apps/mkfontscale/mkfontscale-9999.ebuild
+++ b/x11-apps/mkfontscale/mkfontscale-9999.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="create an index of scalable font files for X"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/libfontenc


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/x11:master commit in: x11-apps/mkfontscale/
@ 2015-07-02  0:39 Matt Turner
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2015-07-02  0:39 UTC (permalink / raw
  To: gentoo-commits

commit:     b33080b2592186afeebfe0315e6846940ee7efa7
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Sun May 24 03:04:09 2015 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 24 03:04:09 2015 +0000
URL:        https://gitweb.gentoo.org/proj/x11.git/commit/?id=b33080b2

x11-apps/mkfontscale: Sync with main tree for bug 545900.

 x11-apps/mkfontscale/mkfontscale-9999.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/x11-apps/mkfontscale/mkfontscale-9999.ebuild b/x11-apps/mkfontscale/mkfontscale-9999.ebuild
index bd691e0..be2b64e 100644
--- a/x11-apps/mkfontscale/mkfontscale-9999.ebuild
+++ b/x11-apps/mkfontscale/mkfontscale-9999.ebuild
@@ -8,15 +8,16 @@ inherit xorg-2
 
 DESCRIPTION="create an index of scalable font files for X"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/libfontenc
-	media-libs/freetype:2"
+	media-libs/freetype:2
+	sys-libs/zlib
+	app-arch/bzip2"
 DEPEND="${RDEPEND}
 	x11-proto/xproto
-	app-arch/gzip
-	app-arch/bzip2"
+	app-arch/gzip"
 
 XORG_CONFIGURE_OPTIONS=(
 	--with-bzip2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-02  0:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-02  0:39 [gentoo-commits] proj/x11:master commit in: x11-apps/mkfontscale/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2015-02-08 15:00 Mart Raudsepp
2011-04-15 19:04 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox