diff options
author | 2014-05-12 17:21:10 +0000 | |
---|---|---|
committer | 2014-05-12 17:21:10 +0000 | |
commit | d881d0d52cc3a86e9bade148e9b93f663d0a0bab (patch) | |
tree | 8a902149453ba0a9daaf2b6f1129ca7c22ecd16c /x11-misc/xsnap/xsnap-1.5.11.ebuild | |
parent | Change the main repository (diff) | |
download | historical-d881d0d52cc3a86e9bade148e9b93f663d0a0bab.tar.gz historical-d881d0d52cc3a86e9bade148e9b93f663d0a0bab.tar.bz2 historical-d881d0d52cc3a86e9bade148e9b93f663d0a0bab.zip |
Version bump.
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'x11-misc/xsnap/xsnap-1.5.11.ebuild')
-rw-r--r-- | x11-misc/xsnap/xsnap-1.5.11.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/x11-misc/xsnap/xsnap-1.5.11.ebuild b/x11-misc/xsnap/xsnap-1.5.11.ebuild index 3e6bc322606a..2d091c058441 100644 --- a/x11-misc/xsnap/xsnap-1.5.11.ebuild +++ b/x11-misc/xsnap/xsnap-1.5.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.11.ebuild,v 1.1 2013/06/04 01:37:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.11.ebuild,v 1.2 2014/05/12 17:21:09 jer Exp $ EAPI=5 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Program to interactively take a 'snapshot' of a region of the screen" HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/" @@ -36,7 +36,6 @@ DEPEND=" DOCS=( AUTHORS Changelog README ) src_prepare() { -# epatch "${FILESDIR}"/${P}-prefix.patch sed -i \ -e 's|/usr/share/locale|$(LOCALEDIR)|g' \ -e 's|/usr/share/man/man1|$(MANDIR)|g' \ @@ -62,8 +61,3 @@ src_compile() { tc-export CC emake CCOPTIONS="${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}" } - -src_install() { -# dodir /usr/share/man/man1 - default -} |