summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-10-18 07:56:41 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-10-18 07:56:41 +0000
commit752a7e3a9391b872a8aa40e8d3d6430e49afc767 (patch)
treeea388d51dd59462eb316411601d02a12d01e6843 /app-misc/ttysnoop
parentVersion bump. (diff)
downloadgentoo-2-752a7e3a9391b872a8aa40e8d3d6430e49afc767.tar.gz
gentoo-2-752a7e3a9391b872a8aa40e8d3d6430e49afc767.tar.bz2
gentoo-2-752a7e3a9391b872a8aa40e8d3d6430e49afc767.zip
Add MY_P variable and use it in SRC_URI and source directory for building
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-misc/ttysnoop')
-rw-r--r--app-misc/ttysnoop/ChangeLog5
-rw-r--r--app-misc/ttysnoop/ttysnoop-0.12d.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/app-misc/ttysnoop/ChangeLog b/app-misc/ttysnoop/ChangeLog
index 999a333ab2c1..ee5e155801cb 100644
--- a/app-misc/ttysnoop/ChangeLog
+++ b/app-misc/ttysnoop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/ttysnoop
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ttysnoop/ChangeLog,v 1.2 2012/09/07 11:04:56 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ttysnoop/ChangeLog,v 1.3 2012/10/18 07:56:41 pinkbyte Exp $
+
+ 18 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> ttysnoop-0.12d.ebuild:
+ Add MY_P variable and use it in SRC_URI and source directory for building
07 Sep 2012; Kacper Kowalik <xarthisius@gentoo.org> metadata.xml,
ttysnoop-0.12d.ebuild:
diff --git a/app-misc/ttysnoop/ttysnoop-0.12d.ebuild b/app-misc/ttysnoop/ttysnoop-0.12d.ebuild
index c85ca1625c94..f5d47c0ec239 100644
--- a/app-misc/ttysnoop/ttysnoop-0.12d.ebuild
+++ b/app-misc/ttysnoop/ttysnoop-0.12d.ebuild
@@ -1,14 +1,16 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ttysnoop/ttysnoop-0.12d.ebuild,v 1.2 2012/09/07 11:04:56 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ttysnoop/ttysnoop-0.12d.ebuild,v 1.3 2012/10/18 07:56:41 pinkbyte Exp $
EAPI="4"
+MY_P="${P}.k26"
+
inherit eutils toolchain-funcs
DESCRIPTION="Tool to snoop on login tty's through another tty-device or pseudo-tty"
HOMEPAGE="http://sysd.org/stas/node/35"
-SRC_URI="http://sysd.org/stas/files/active/0/ttysnoop-0.12d.k26.tar.gz"
+SRC_URI="http://sysd.org/stas/files/active/0/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -18,7 +20,7 @@ IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
-S="${WORKDIR}"/ttysnoop-${PV}.k26
+S="${WORKDIR}/${MY_P}"
DOCS="README snooptab.dist"