diff options
Diffstat (limited to 'x11-apps/sessreg')
-rw-r--r-- | x11-apps/sessreg/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/sessreg/files/sessreg-1.0.2-fbsd.patch | 20 | ||||
-rw-r--r-- | x11-apps/sessreg/sessreg-1.0.2.ebuild | 19 | ||||
-rw-r--r-- | x11-apps/sessreg/sessreg-1.0.3.ebuild | 17 | ||||
-rw-r--r-- | x11-apps/sessreg/sessreg-1.0.4.ebuild | 16 |
5 files changed, 6 insertions, 73 deletions
diff --git a/x11-apps/sessreg/ChangeLog b/x11-apps/sessreg/ChangeLog index 6823187cbc46..e751c61f420f 100644 --- a/x11-apps/sessreg/ChangeLog +++ b/x11-apps/sessreg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/sessreg # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/ChangeLog,v 1.67 2010/01/19 18:16:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/ChangeLog,v 1.68 2010/01/23 18:39:26 scarabeus Exp $ + + 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -sessreg-1.0.2.ebuild, -files/sessreg-1.0.2-fbsd.patch, + -sessreg-1.0.3.ebuild, -sessreg-1.0.4.ebuild: + rm 19 Jan 2010; Raúl Porcel <armin76@gentoo.org> sessreg-1.0.5.ebuild: s390 stable wrt #294958 diff --git a/x11-apps/sessreg/files/sessreg-1.0.2-fbsd.patch b/x11-apps/sessreg/files/sessreg-1.0.2-fbsd.patch deleted file mode 100644 index 1f7b73d9a5de..000000000000 --- a/x11-apps/sessreg/files/sessreg-1.0.2-fbsd.patch +++ /dev/null @@ -1,20 +0,0 @@ -commit 136525f01e4ce8e60e8c78b44654d8f6861233d2 -Author: Alan Coopersmith <alan.coopersmith@sun.com> -Date: Mon Jun 11 16:38:00 2007 -0700 - - X.Org Bug #9887: sessreg should include sys/types.h on FreeBSD - - X.Org Bugzilla #9887: <https://bugs.freedesktop.org/show_bug.cgi?id=9887> - -diff --git a/sessreg.h b/sessreg.h -index 84f8bab..9765e17 100644 ---- a/sessreg.h -+++ b/sessreg.h -@@ -55,6 +55,7 @@ - - #include "config.h" - -+#include <sys/types.h> - #include <time.h> - #include <utmp.h> - diff --git a/x11-apps/sessreg/sessreg-1.0.2.ebuild b/x11-apps/sessreg/sessreg-1.0.2.ebuild deleted file mode 100644 index b9f95a93e20c..000000000000 --- a/x11-apps/sessreg/sessreg-1.0.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/sessreg-1.0.2.ebuild,v 1.17 2009/05/05 08:27:58 fauli Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="manage utmp/wtmp entries for non-init clients" - -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" -RDEPEND="" -DEPEND="${RDEPEND} - x11-libs/libX11 - x11-proto/xproto" - -PATCHES=( ${FILESDIR}/${P}-fbsd.patch ) diff --git a/x11-apps/sessreg/sessreg-1.0.3.ebuild b/x11-apps/sessreg/sessreg-1.0.3.ebuild deleted file mode 100644 index 7b56354f278c..000000000000 --- a/x11-apps/sessreg/sessreg-1.0.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/sessreg-1.0.3.ebuild,v 1.7 2009/05/05 06:55:40 fauli Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="manage utmp/wtmp entries for non-init clients" - -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" -RDEPEND="" -DEPEND="${RDEPEND} - x11-libs/libX11 - x11-proto/xproto" diff --git a/x11-apps/sessreg/sessreg-1.0.4.ebuild b/x11-apps/sessreg/sessreg-1.0.4.ebuild deleted file mode 100644 index e25f3b6983b0..000000000000 --- a/x11-apps/sessreg/sessreg-1.0.4.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/sessreg-1.0.4.ebuild,v 1.12 2009/12/15 15:00:08 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="manage utmp/wtmp entries for non-init clients" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" -RDEPEND="" -DEPEND="${RDEPEND} - x11-proto/xproto" |