From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DD004139B2A for ; Sun, 13 Sep 2015 18:32:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 452D821C08E; Sun, 13 Sep 2015 18:32:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B411021C08D for ; Sun, 13 Sep 2015 18:32:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EE93340A02 for ; Sun, 13 Sep 2015 18:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BC7A178 for ; Sun, 13 Sep 2015 18:32:08 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1442168888.c07606aee6ba5a452e4b1cbb2427906c41e44b4d.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gbdfed/, x11-misc/gbdfed/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/gbdfed/Manifest x11-misc/gbdfed/files/gbdfed-1.4-glibc-2.10.patch x11-misc/gbdfed/gbdfed-1.5.ebuild X-VCS-Directories: x11-misc/gbdfed/files/ x11-misc/gbdfed/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c07606aee6ba5a452e4b1cbb2427906c41e44b4d X-VCS-Branch: master Date: Sun, 13 Sep 2015 18:32:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2e20f4a1-8ef0-4fe6-8ee1-c2cf541f82b6 X-Archives-Hash: a0b1871ad429c5c969dfa85195e1f41b commit: c07606aee6ba5a452e4b1cbb2427906c41e44b4d Author: Manuel Rüger gentoo org> AuthorDate: Sun Sep 13 18:28:08 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Sep 13 18:28:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07606ae x11-misc/gbdfed: Remove old Package-Manager: portage-2.2.20.1 x11-misc/gbdfed/Manifest | 3 +- x11-misc/gbdfed/files/gbdfed-1.4-glibc-2.10.patch | 39 ----------------------- x11-misc/gbdfed/gbdfed-1.5.ebuild | 31 ------------------ 3 files changed, 1 insertion(+), 72 deletions(-) diff --git a/x11-misc/gbdfed/Manifest b/x11-misc/gbdfed/Manifest index 091feca..5935255 100644 --- a/x11-misc/gbdfed/Manifest +++ b/x11-misc/gbdfed/Manifest @@ -1,2 +1 @@ -DIST gbdfed-1.5.tbz2 229315 RMD160 d3754e4b0a2005ac347010a21296e45e1b1d3ef6 SHA1 b3a937beedf222e10bf6f379240d43687a9c75ac SHA256 d3cd6c3b26b1ed4d0bf8a186d5cc180f1be699864a52899016a31576fb5f65ae -DIST gbdfed-1.6.tbz2 236166 RMD160 205de4c1e3e2e0e3e3c037d2b1f3090ff15723f0 SHA1 4985f100e56a5b097f169f63be3ef7b054d929c9 SHA256 5db25d4ce688dcb188dee056e58614a94a5e4fce4b6066fbb310951ab999093c +DIST gbdfed-1.6.tbz2 236166 SHA256 5db25d4ce688dcb188dee056e58614a94a5e4fce4b6066fbb310951ab999093c diff --git a/x11-misc/gbdfed/files/gbdfed-1.4-glibc-2.10.patch b/x11-misc/gbdfed/files/gbdfed-1.4-glibc-2.10.patch deleted file mode 100644 index 5a4f690..0000000 --- a/x11-misc/gbdfed/files/gbdfed-1.4-glibc-2.10.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- bdfgname.c -+++ bdfgname.c -@@ -39,7 +39,7 @@ - #define MAX_GLYPH_NAME_LEN 127 - - static int --getline(FILE *in, char *buf, int limit) -+bdf_getline(FILE *in, char *buf, int limit) - { - int c, i; - -@@ -78,11 +78,11 @@ - - while (!feof(in)) { - pos = ftell(in); -- (void) getline(in, buf, 256); -+ (void) bdf_getline(in, buf, 256); - while (!feof(in) && (buf[0] == 0 || buf[0] == '#')) { - buf[0] = 0; - pos = ftell(in); -- (void) getline(in, buf, 256); -+ (void) bdf_getline(in, buf, 256); - } - - if (buf[0] == 0) -@@ -139,11 +139,11 @@ - - while (!feof(in)) { - pos = ftell(in); -- (void) getline(in, buf, 256); -+ (void) bdf_getline(in, buf, 256); - while (!feof(in) && (buf[0] == 0 || buf[0] == '#')) { - buf[0] = 0; - pos = ftell(in); -- (void) getline(in, buf, 256); -+ (void) bdf_getline(in, buf, 256); - } - - if (adobe_names_used == adobe_names_size) { diff --git a/x11-misc/gbdfed/gbdfed-1.5.ebuild b/x11-misc/gbdfed/gbdfed-1.5.ebuild deleted file mode 100644 index cdd9181..0000000 --- a/x11-misc/gbdfed/gbdfed-1.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 -inherit eutils - -DESCRIPTION="gbdfed Bitmap Font Editor" -HOMEPAGE="http://www.math.nmsu.edu/~mleisher/Software/gbdfed/" -SRC_URI="http://www.math.nmsu.edu/~mleisher/Software/gbdfed/${P}.tbz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.6:2 - >=media-libs/freetype-2 - x11-libs/libX11 - x11-libs/pango" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.4-glibc-2.10.patch - sed "s:-D.*_DISABLE_DEPRECATED::" -i Makefile.in #248562 -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README NEWS || die -}