* [gentoo-commits] proj/gnome:master commit in: x11-libs/gnome-pty-helper/
@ 2011-02-24 9:03 Jonathan Callen
0 siblings, 0 replies; 10+ messages in thread
From: Jonathan Callen @ 2011-02-24 9:03 UTC (permalink / raw
To: gentoo-commits
commit: 533775b6923d2f6529bb5fbc64e21ca2e3bd3240
Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 24 09:03:03 2011 +0000
Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Thu Feb 24 09:03:03 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=533775b6
x11-libs/gnome-pty-helper: use ! blocker instead of !!, only block in RDEPEND
(Portage version: 2.2.0_alpha23_p5/git/Linux i686, RepoMan options: --force, signed Manifest commit with key 229E5838)
---
.../gnome-pty-helper-0.27.90.ebuild | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.27.90.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.27.90.ebuild
index db12b6f..7cc6bd0 100644
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.27.90.ebuild
+++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.27.90.ebuild
@@ -19,6 +19,6 @@ IUSE=""
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
# gnome-pty-helper was spit out with 0.27.90
-RDEPEND="!!<x11-libs/vte-0.27.90"
-DEPEND="${RDEPEND}"
+DEPEND=""
+RDEPEND="!<x11-libs/vte-0.27.90"
S="${WORKDIR}/vte-${VTE_PV}/gnome-pty-helper"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gnome-pty-helper/
@ 2011-04-06 15:19 Gilles Dartiguelongue
0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-06 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 0bc9be9c96cea822fd496adabd81ba447b7c560e
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 6 15:14:17 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 6 15:14:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0bc9be9c
x11-libs/gnome-pty-helper: QAed + 0.27.90 → 0.28.0
* Use gnome.org facilities
* Nitpicking around
(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)
---
...27.90.ebuild => gnome-pty-helper-0.28.0.ebuild} | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.27.90.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.28.0.ebuild
similarity index 74%
rename from x11-libs/gnome-pty-helper/gnome-pty-helper-0.27.90.ebuild
rename to x11-libs/gnome-pty-helper/gnome-pty-helper-0.28.0.ebuild
index 7cc6bd0..028ad28 100644
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.27.90.ebuild
+++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.28.0.ebuild
@@ -3,22 +3,21 @@
# $Header: $
EAPI="3"
-VTE_PV="0.26.2" # check for changes in git to bump
+GNOME_ORG_MODULE="vte"
inherit gnome.org base
DESCRIPTION="GNOME Setuid helper for opening ptys"
HOMEPAGE="http://git.gnome.org/browse/vte/"
# gnome-pty-helper is inside vte
-SRC_URI="${SRC_URI//${PN}/vte}"
-SRC_URI="${SRC_URI//${PV}/${VTE_PV}}"
LICENSE="LGPL-2"
SLOT="0"
-IUSE=""
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
# gnome-pty-helper was spit out with 0.27.90
-DEPEND=""
RDEPEND="!<x11-libs/vte-0.27.90"
-S="${WORKDIR}/vte-${VTE_PV}/gnome-pty-helper"
+DEPEND=""
+
+S="${WORKDIR}/vte-${PV}/gnome-pty-helper"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gnome-pty-helper/
@ 2012-03-22 1:46 Alexandre Restovtsev
0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Restovtsev @ 2012-03-22 1:46 UTC (permalink / raw
To: gentoo-commits
commit: 22cfb1b65e98726a2b367a943abb9115d707d307
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 01:42:41 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Mar 22 01:42:41 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=22cfb1b6
x11-libs/gnome-pty-helper: add 0.32.0
Use -fPIE/-pie for the setgid executable by default. Let's see if anyone
complains.
---
.../gnome-pty-helper-0.32.0.ebuild | 32 ++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.32.0.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.32.0.ebuild
new file mode 100644
index 0000000..38a41bb
--- /dev/null
+++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.32.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.28.1.ebuild,v 1.9 2011/11/22 16:14:40 zmedico Exp $
+
+EAPI="3"
+GNOME_ORG_MODULE="vte"
+GNOME_TARBALL_SUFFIX="xz"
+
+inherit gnome.org base
+
+DESCRIPTION="GNOME Setuid helper for opening ptys"
+HOMEPAGE="http://git.gnome.org/browse/vte/"
+# gnome-pty-helper is inside vte
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-linux"
+IUSE="+hardened"
+
+# gnome-pty-helper was spit out with 0.27.90
+RDEPEND="!<x11-libs/vte-0.27.90"
+DEPEND=""
+
+S="${WORKDIR}/vte-${PV}/gnome-pty-helper"
+
+pkg_setup() {
+ # As recommended by upstream (/usr/libexec/$PN is a setgid binary)
+ if use hardened; then
+ export SUID_CFLAGS="-fPIE ${SUID_CFLAGS}"
+ export SUID_LDFLAGS="-pie ${SUID_LDFLAGS}"
+ fi
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gnome-pty-helper/
@ 2012-03-22 1:49 Alexandre Restovtsev
0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Restovtsev @ 2012-03-22 1:49 UTC (permalink / raw
To: gentoo-commits
commit: a54963ad83c3dbe80a01a0f2b77f687b4ba4a4aa
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 01:47:55 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Mar 22 01:47:55 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a54963ad
x11-libs/gnome-pty-helper: qa
---
.../gnome-pty-helper-0.32.0.ebuild | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.32.0.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.32.0.ebuild
index 38a41bb..a3177dd 100644
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.32.0.ebuild
+++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.32.0.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.28.1.ebuild,v 1.9 2011/11/22 16:14:40 zmedico Exp $
+# $Header: $
-EAPI="3"
+EAPI="4"
GNOME_ORG_MODULE="vte"
-GNOME_TARBALL_SUFFIX="xz"
-inherit gnome.org base
+inherit gnome.org
DESCRIPTION="GNOME Setuid helper for opening ptys"
HOMEPAGE="http://git.gnome.org/browse/vte/"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gnome-pty-helper/
@ 2014-04-15 22:05 Gilles Dartiguelongue
0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-15 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 1090216f103b246b59d1ee48ca75a847f94bc911
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 21:08:01 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Apr 15 20:58:52 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1090216f
x11-libs/gnome-pty-helper: 0.34.9 → 0.36.0
---
.../gnome-pty-helper-0.36.0.ebuild | 33 ++++++++++++++++++++++
x11-libs/gnome-pty-helper/metadata.xml | 5 ++++
2 files changed, 38 insertions(+)
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.36.0.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.36.0.ebuild
new file mode 100644
index 0000000..7c05688
--- /dev/null
+++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.36.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME_ORG_MODULE="vte"
+
+inherit gnome2
+
+DESCRIPTION="GNOME Setuid helper for opening ptys"
+HOMEPAGE="http://git.gnome.org/browse/vte/"
+# gnome-pty-helper is inside vte
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+IUSE="+hardened"
+
+# gnome-pty-helper was spit out with 0.27.90
+RDEPEND="!<x11-libs/vte-0.27.90"
+DEPEND=""
+
+S="${WORKDIR}/vte-${PV}/gnome-pty-helper"
+
+src_prepare() {
+ # As recommended by upstream (/usr/libexec/$PN is a setgid binary)
+ if use hardened; then
+ export SUID_CFLAGS="-fPIE ${SUID_CFLAGS}"
+ export SUID_LDFLAGS="-pie ${SUID_LDFLAGS}"
+ fi
+ gnome2_src_prepare
+}
diff --git a/x11-libs/gnome-pty-helper/metadata.xml b/x11-libs/gnome-pty-helper/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/x11-libs/gnome-pty-helper/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gnome-pty-helper/
@ 2014-10-13 21:51 Gilles Dartiguelongue
0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-13 21:51 UTC (permalink / raw
To: gentoo-commits
commit: dcae65f07d379077f4d67ad4c7b2bf593e02956c
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 13 21:24:24 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Oct 13 21:24:24 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=dcae65f0
x11-libs/gnome-pty-helper: 0.38.0 → 0.38.1
---
.../{gnome-pty-helper-0.38.0.ebuild => gnome-pty-helper-0.38.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.0.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.1.ebuild
similarity index 100%
rename from x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.0.ebuild
rename to x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.1.ebuild
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gnome-pty-helper/
@ 2014-11-23 22:49 Gilles Dartiguelongue
0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-23 22:49 UTC (permalink / raw
To: gentoo-commits
commit: 340231b0c2230c8bdb78e6aa88f04c2557da22dd
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 22:36:35 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 22:49:04 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=340231b0
x11-libs/gnome-pty-helper: 0.38.1 → 0.38.2
---
.../{gnome-pty-helper-0.38.1.ebuild => gnome-pty-helper-0.38.2.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.1.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.2.ebuild
similarity index 100%
rename from x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.1.ebuild
rename to x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.2.ebuild
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gnome-pty-helper/
@ 2014-12-15 23:28 Gilles Dartiguelongue
0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-15 23:28 UTC (permalink / raw
To: gentoo-commits
commit: 9c962b3a3bf676e026e70b238244556a0578a8c2
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 15 23:27:04 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 15 23:27:04 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9c962b3a
x11-libs/gnome-pty-helper: moved to gentoo-x86
---
.../gnome-pty-helper-0.38.2.ebuild | 33 ----------------------
1 file changed, 33 deletions(-)
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.2.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.2.ebuild
deleted file mode 100644
index 36c09e2..0000000
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME_ORG_MODULE="vte"
-
-inherit gnome2
-
-DESCRIPTION="GNOME Setuid helper for opening ptys"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
-# gnome-pty-helper is inside vte
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="+hardened"
-
-# gnome-pty-helper was spit out with 0.27.90
-RDEPEND="!<x11-libs/vte-0.27.90"
-DEPEND=""
-
-S="${WORKDIR}/vte-${PV}/gnome-pty-helper"
-
-src_prepare() {
- # As recommended by upstream (/usr/libexec/$PN is a setgid binary)
- if use hardened; then
- export SUID_CFLAGS="-fPIE ${SUID_CFLAGS}"
- export SUID_LDFLAGS="-pie ${SUID_LDFLAGS}"
- fi
- gnome2_src_prepare
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gnome-pty-helper/
@ 2015-04-26 13:53 Ole Reifschneider
0 siblings, 0 replies; 10+ messages in thread
From: Ole Reifschneider @ 2015-04-26 13:53 UTC (permalink / raw
To: gentoo-commits
commit: 7a65b2ad831acd50abc8875738224a10643852e9
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 13:33:40 2015 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 13:53:15 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7a65b2ad
Bump gnome-pty-helper to 0.40.0
Package-Manager: portage-2.2.14
Manifest-Sign-Key: 7E8B4D42
.../gnome-pty-helper-0.40.0.ebuild | 33 ++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.0.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.0.ebuild
new file mode 100644
index 0000000..cedbe5a
--- /dev/null
+++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild,v 1.6 2015/03/29 11:18:51 jer Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME_ORG_MODULE="vte"
+
+inherit gnome2
+
+DESCRIPTION="GNOME Setuid helper for opening ptys"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
+# gnome-pty-helper is inside vte
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+IUSE="+hardened"
+
+# gnome-pty-helper was spit out with 0.27.90
+RDEPEND="!<x11-libs/vte-0.27.90"
+DEPEND=""
+
+S="${WORKDIR}/vte-${PV}/gnome-pty-helper"
+
+src_prepare() {
+ # As recommended by upstream (/usr/libexec/$PN is a setgid binary)
+ if use hardened; then
+ export SUID_CFLAGS="-fPIE ${SUID_CFLAGS}"
+ export SUID_LDFLAGS="-pie ${SUID_LDFLAGS}"
+ fi
+ gnome2_src_prepare
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/gnome-pty-helper/
@ 2015-05-12 18:44 Gilles Dartiguelongue
0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-12 18:44 UTC (permalink / raw
To: gentoo-commits
commit: cb384127455235f9ed49cf5030e6d6864c0eed7e
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 18:16:16 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue May 12 18:24:00 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=cb384127
x11-libs/gnome-pty-helper: 0.40.0 → 0.40.2
.../{gnome-pty-helper-0.40.0.ebuild => gnome-pty-helper-0.40.2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.0.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild
similarity index 86%
rename from x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.0.ebuild
rename to x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild
index cedbe5a..4791b29 100644
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.0.ebuild
+++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild,v 1.6 2015/03/29 11:18:51 jer Exp $
+# $Header: $
EAPI="5"
GCONF_DEBUG="no"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2015-05-12 18:44 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-22 1:49 [gentoo-commits] proj/gnome:master commit in: x11-libs/gnome-pty-helper/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2015-05-12 18:44 Gilles Dartiguelongue
2015-04-26 13:53 Ole Reifschneider
2014-12-15 23:28 Gilles Dartiguelongue
2014-11-23 22:49 Gilles Dartiguelongue
2014-10-13 21:51 Gilles Dartiguelongue
2014-04-15 22:05 Gilles Dartiguelongue
2012-03-22 1:46 Alexandre Restovtsev
2011-04-06 15:19 Gilles Dartiguelongue
2011-02-24 9:03 Jonathan Callen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox