From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31D8C1382C5 for ; Thu, 1 Mar 2018 18:28:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E2F1E0A6E; Thu, 1 Mar 2018 18:28:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D393E0A6E for ; Thu, 1 Mar 2018 18:28:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA9BC335C36 for ; Thu, 1 Mar 2018 18:28:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7943F233 for ; Thu, 1 Mar 2018 18:28:08 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1519928880.24ed228de7b748aa44025c5b6fb67d7c936c05f4.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/xfig/xfig-3.2.5c-r1.ebuild X-VCS-Directories: media-gfx/xfig/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 24ed228de7b748aa44025c5b6fb67d7c936c05f4 X-VCS-Branch: master Date: Thu, 1 Mar 2018 18:28: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: d459176d-3f40-4336-b878-d0fefd83a071 X-Archives-Hash: 9d62d7fe101fbbf427958970b2cde9cc commit: 24ed228de7b748aa44025c5b6fb67d7c936c05f4 Author: Pacho Ramos gentoo org> AuthorDate: Thu Mar 1 18:18:54 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Mar 1 18:28:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ed228d media-gfx/xfig: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-gfx/xfig/xfig-3.2.5c-r1.ebuild | 111 ----------------------------------- 1 file changed, 111 deletions(-) diff --git a/media-gfx/xfig/xfig-3.2.5c-r1.ebuild b/media-gfx/xfig/xfig-3.2.5c-r1.ebuild deleted file mode 100644 index bbe838eccc2..00000000000 --- a/media-gfx/xfig/xfig-3.2.5c-r1.ebuild +++ /dev/null @@ -1,111 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils multilib - -MY_P=${PN}.${PV} - -DESCRIPTION="A menu-driven tool to draw and manipulate objects interactively in an X window" -HOMEPAGE="http://www.xfig.org" -SRC_URI="mirror://sourceforge/mcj/${MY_P}.full.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="nls" - -RDEPEND="x11-libs/libXaw - x11-libs/libXp - x11-libs/libXaw3d - nls? ( x11-libs/libXaw3d[unicode] ) - x11-libs/libXi - x11-libs/libXt - virtual/jpeg:0= - media-libs/libpng:0= - media-fonts/font-misc-misc - media-fonts/urw-fonts - >=media-gfx/transfig-3.2.5-r1 - media-libs/netpbm" -DEPEND="${RDEPEND} - x11-misc/imake - x11-proto/xproto - x11-proto/inputproto" - -S=${WORKDIR}/${MY_P} - -PATCHES=( - "${FILESDIR}/${PN}-3.2.5c-spelling.patch" - "${FILESDIR}/${PN}-3.2.5b-papersize_b1.patch" - "${FILESDIR}/${PN}-3.2.5b-pdfimport_mediabox.patch" - "${FILESDIR}/${PN}-3.2.5b-network_images.patch" - "${FILESDIR}/${PN}-3.2.5b-app-defaults.patch" - "${FILESDIR}/${PN}-3.2.5b-urwfonts.patch" - "${FILESDIR}/${PN}-3.2.5b-mkstemp.patch" #264575 - "${FILESDIR}/${PN}-3.2.5c-darwin.patch" - "${FILESDIR}/${PN}-3.2.5b-solaris.patch" - "${FILESDIR}/${PN}-3.2.5c-XAW3D1_5E_notlocal.patch" - "${FILESDIR}/${PN}-3.2.5c-crash-on-exit.patch" - "${FILESDIR}/${PN}-3.2.5c-png16.patch" -) - -sed_Imakefile() { - # see Imakefile for details - vars2subs=( BINDIR="${EPREFIX}"/usr/bin - PNGINC=-I"${EPREFIX}"/usr/include - JPEGLIBDIR="${EPREFIX}"/usr/$(get_libdir) - JPEGINC=-I"${EPREFIX}"/usr/include - XPMLIBDIR="${EPREFIX}"/usr/$(get_libdir) - XPMINC=-I"${EPREFIX}"/usr/include/X11 - USEINLINE=-DUSE_INLINE - XFIGLIBDIR="${EPREFIX}"/usr/share/xfig - XFIGDOCDIR="${EPREFIX}/usr/share/doc/${PF}" - MANDIR="${EPREFIX}/usr/share/man/man\$\(MANSUFFIX\)" - "CC=$(tc-getCC)" ) - - for variable in "${vars2subs[@]}" ; do - varname=${variable%%=*} - varval=${variable##*=} - sed -i \ - -e "s:^\(XCOMM\)*[[:space:]]*${varname}[[:space:]]*=.*$:${varname} = ${varval}:" \ - "$@" || die - done - if use nls; then - # XAW_INTERNATIONALIZATION fixes #405475 (comment 17) and #426780 by Markus Peloquin - sed -i \ - -e "s:^\(XCOMM\)*[[:space:]]*\(#define I18N\).*$:\2:" \ - -e "s:^\(XCOMM\)*[[:space:]]*\(XAW_INTERN = -DXAW_INTERNATIONALIZATION\).*$:\2:" \ - "$@" || die - fi - sed -i -e "s:^\(XCOMM\)*[[:space:]]*\(#define XAW3D1_5E\).*$:\2:" "$@" || die -} - -src_prepare() { - # Permissions are really crazy here - chmod -R go+rX . || die - find . -type f -exec chmod a-x '{}' \; || die - - default - - sed_Imakefile Imakefile - sed -e "s:/usr/lib/X11/xfig:${EPREFIX}/usr/share/doc/${PF}:" \ - -i Doc/xfig.man || die -} - -src_compile() { - local EXTCFLAGS=${CFLAGS} - xmkmf || die - [[ ${CHOST} == *-solaris* ]] && EXTCFLAGS="${EXTCFLAGS} -D_POSIX_SOURCE" - emake CC="$(tc-getCC)" LOCAL_LDFLAGS="${LDFLAGS}" CDEBUGFLAGS="${EXTCFLAGS}" \ - USRLIBDIR="${EPREFIX}"/usr/$(get_libdir) -} - -src_install() { - emake -j1 DESTDIR="${D}" install install.libs install.man - - dodoc README FIGAPPS CHANGES LATEX.AND.XFIG - - doicon xfig.png - make_desktop_entry xfig Xfig xfig -}