diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 18:17:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 18:17:49 +0000 |
commit | 44561c12effecf8f7443b92fddc3d132c84ef157 (patch) | |
tree | 7f0734eb085a235cfdd64fe57a8bb8f39bd6d8a6 /x11-misc/x2x | |
parent | Fix repoman warnings (diff) | |
download | gentoo-2-44561c12effecf8f7443b92fddc3d132c84ef157.tar.gz gentoo-2-44561c12effecf8f7443b92fddc3d132c84ef157.tar.bz2 gentoo-2-44561c12effecf8f7443b92fddc3d132c84ef157.zip |
Fix repoman warnings
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/x2x')
-rw-r--r-- | x11-misc/x2x/x2x-1.27-r1.ebuild | 14 | ||||
-rw-r--r-- | x11-misc/x2x/x2x-1.27-r2.ebuild | 12 |
2 files changed, 13 insertions, 13 deletions
diff --git a/x11-misc/x2x/x2x-1.27-r1.ebuild b/x11-misc/x2x/x2x-1.27-r1.ebuild index 2042dc09080f..9c03233b45bd 100644 --- a/x11-misc/x2x/x2x-1.27-r1.ebuild +++ b/x11-misc/x2x/x2x-1.27-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27-r1.ebuild,v 1.10 2008/01/07 10:45:40 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27-r1.ebuild,v 1.11 2009/05/05 18:17:49 ssuominen Exp $ inherit eutils @@ -26,16 +26,16 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # Patch from Debian to add -north and -south, among other fixes - epatch ${DISTDIR}/x2x_1.27-8.diff.gz + epatch "${DISTDIR}"/x2x_1.27-8.diff.gz # Fix variable initialization in Debian patch - epatch ${DISTDIR}/x2x_1.27-8-initvars.patch.gz + epatch "${DISTDIR}"/x2x_1.27-8-initvars.patch.gz # Patch to add LICENSE - epatch ${DISTDIR}/x2x-1.27-license.patch.gz + epatch "${DISTDIR}"/x2x-1.27-license.patch.gz # Man-page is packaged as x2x.1 but needs to be x2x.man for building mv x2x.1 x2x.man || die @@ -47,7 +47,7 @@ src_compile() { } src_install () { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die newman x2x.man x2x.1 || die dodoc LICENSE || die } diff --git a/x11-misc/x2x/x2x-1.27-r2.ebuild b/x11-misc/x2x/x2x-1.27-r2.ebuild index 67e9010d3a1e..735e28ed47cf 100644 --- a/x11-misc/x2x/x2x-1.27-r2.ebuild +++ b/x11-misc/x2x/x2x-1.27-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27-r2.ebuild,v 1.5 2008/02/21 14:25:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27-r2.ebuild,v 1.6 2009/05/05 18:17:49 ssuominen Exp $ inherit eutils @@ -30,17 +30,17 @@ src_unpack() { cd "${S}" # Patch from Debian to add -north and -south, among other fixes - epatch ${DISTDIR}/x2x_1.27-8.diff.gz + epatch "${DISTDIR}"/x2x_1.27-8.diff.gz # Fix variable initialization in Debian patch - epatch ${DISTDIR}/x2x_1.27-8-initvars.patch.gz + epatch "${DISTDIR}"/x2x_1.27-8-initvars.patch.gz # Patch to add LICENSE - epatch ${DISTDIR}/${P}-license.patch.gz + epatch "${DISTDIR}"/${P}-license.patch.gz # Patch to fix bug #126939 # AltGr does not work in x2x with different keymaps: - epatch ${DISTDIR}/${P}-keymap.diff.gz + epatch "${DISTDIR}"/${P}-keymap.diff.gz # Man-page is packaged as x2x.1 but needs to be x2x.man for building mv x2x.1 x2x.man |