diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-06 16:05:52 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-06 16:05:52 +0000 |
commit | 3a3d4581bd9a6f48528bf6b289d0d1433c16e527 (patch) | |
tree | 18b116d0a85eb24f6164dbe7d6fbd20a26daa11d /x11-misc/xsnap | |
parent | Apply patch from bug #287075 to fix keysyms by Yarda. (diff) | |
download | gentoo-2-3a3d4581bd9a6f48528bf6b289d0d1433c16e527.tar.gz gentoo-2-3a3d4581bd9a6f48528bf6b289d0d1433c16e527.tar.bz2 gentoo-2-3a3d4581bd9a6f48528bf6b289d0d1433c16e527.zip |
Missing media-fonts/font-misc-misc RDEPEND for default 7x13 font wrt #259616.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xsnap')
-rw-r--r-- | x11-misc/xsnap/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xsnap/xsnap-1.5.5.ebuild | 46 | ||||
-rw-r--r-- | x11-misc/xsnap/xsnap-1.5.6.ebuild | 29 |
3 files changed, 19 insertions, 62 deletions
diff --git a/x11-misc/xsnap/ChangeLog b/x11-misc/xsnap/ChangeLog index 6548c7d07b68..ea9d34128b0b 100644 --- a/x11-misc/xsnap/ChangeLog +++ b/x11-misc/xsnap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xsnap # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.33 2010/02/08 12:21:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.34 2010/06/06 16:05:52 ssuominen Exp $ + + 06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> xsnap-1.5.6.ebuild: + Missing media-fonts/font-misc-misc RDEPEND for default 7x13 font wrt + #259616. *xsnap-1.5.6 (08 Feb 2010) diff --git a/x11-misc/xsnap/xsnap-1.5.5.ebuild b/x11-misc/xsnap/xsnap-1.5.5.ebuild deleted file mode 100644 index 2cf841e59f1b..000000000000 --- a/x11-misc/xsnap/xsnap-1.5.5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.5.ebuild,v 1.1 2009/05/16 19:48:58 nelchael Exp $ - -DESCRIPTION="Program to interactively take a 'snapshot' of a region of the screen" -SRC_URI="ftp://ftp.ac-grenoble.fr/ge/Xutils/${P}.tar.bz2" -HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm - media-libs/libpng - media-libs/jpeg" -DEPEND="${RDEPEND} - x11-proto/xproto - app-text/rman - x11-misc/imake" - -src_unpack() { - - unpack ${A} - cd "${S}" - - sed -i -e 's,$(BINDIR),$(DESTDIR)/$(BINDIR),' "${S}/Imakefile" - -} - -src_compile() { - - xmkmf || die "xmkmf failed" - make || die "make failed" - -} - -src_install() { - - make DESTDIR="${D}" install || die "make install failed" - make DESTDIR="${D}" install.man || die "make install.man failed" - dodoc README AUTHORS - -} diff --git a/x11-misc/xsnap/xsnap-1.5.6.ebuild b/x11-misc/xsnap/xsnap-1.5.6.ebuild index a569c01f2564..1f7a0b4ee582 100644 --- a/x11-misc/xsnap/xsnap-1.5.6.ebuild +++ b/x11-misc/xsnap/xsnap-1.5.6.ebuild @@ -1,50 +1,49 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.6.ebuild,v 1.1 2010/02/08 12:21:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.6.ebuild,v 1.2 2010/06/06 16:05:52 ssuominen Exp $ +EAPI=2 inherit eutils toolchain-funcs DESCRIPTION="Program to interactively take a 'snapshot' of a region of the screen" -SRC_URI="ftp://ftp.ac-grenoble.fr/ge/Xutils/${P}.tar.bz2" HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/" +SRC_URI="ftp://ftp.ac-grenoble.fr/ge/Xutils/${P}.tar.bz2" -SLOT="0" LICENSE="as-is" +SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND="x11-libs/libX11 +COMMON_DEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXpm media-libs/libpng media-libs/jpeg" -DEPEND="${RDEPEND} +RDEPEND="${COMMON_DEPEND} + media-fonts/font-misc-misc" +DEPEND="${COMMON_DEPEND} x11-proto/xproto app-text/rman x11-misc/imake" -src_unpack() { - unpack ${A} - cd "${S}" - +src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch - xmkmf || die "xmkmf failed" - sed -i Makefile \ + xmkmf || die + sed -i \ -e '/ CC = /d' \ -e '/ LD = /d' \ -e '/ CDEBUGFLAGS = /d' \ -e '/ CCOPTIONS = /d' \ -e 's|CPP = cpp|CPP = $(CC)|g' \ - || die "sed failed" + Makefile || die } src_compile() { tc-export CC - emake CCOPTIONS="${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}" || die "make failed" + emake CCOPTIONS="${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}" || die } src_install() { - make DESTDIR="${D}" install || die "make install failed" - make DESTDIR="${D}" install.man || die "make install.man failed" + emake DESTDIR="${D}" install install.man || die dodoc README AUTHORS } |