public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Remi Cardona (remi)" <remi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xdm: ChangeLog xdm-1.1.9.ebuild
Date: Sat, 19 Sep 2009 22:59:12 +0000	[thread overview]
Message-ID: <E1Mp8tc-0004oW-FN@stork.gentoo.org> (raw)

remi        09/09/19 22:59:12

  Modified:             ChangeLog
  Added:                xdm-1.1.9.ebuild
  Log:
  x11-apps/xdm: bump to 1.1.9
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.99                 x11-apps/xdm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdm/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdm/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdm/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	22 Jun 2009 07:13:25 -0000	1.98
+++ ChangeLog	19 Sep 2009 22:59:12 -0000	1.99
@@ -1,6 +1,11 @@
 # ChangeLog for x11-apps/xdm
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.98 2009/06/22 07:13:25 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.99 2009/09/19 22:59:12 remi Exp $
+
+*xdm-1.1.9 (19 Sep 2009)
+
+  19 Sep 2009; Rémi Cardona <remi@gentoo.org> +xdm-1.1.9.ebuild:
+  bump to 1.1.9
 
   22 Jun 2009; Rémi Cardona <remi@gentoo.org> xdm-1.1.8.ebuild:
   add missing dep on xconsole (fixes bug #214354)



1.1                  x11-apps/xdm/xdm-1.1.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdm/xdm-1.1.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdm/xdm-1.1.9.ebuild?rev=1.1&content-type=text/plain

Index: xdm-1.1.9.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.1.9.ebuild,v 1.1 2009/09/19 22:59:12 remi Exp $

# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"

inherit multilib x-modular pam

DEFAULTVT="vt7"

DESCRIPTION="X.Org xdm application"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="ipv6 pam"

RDEPEND="x11-apps/xrdb
	x11-libs/libXdmcp
	x11-libs/libXaw
	>=x11-apps/xinit-1.0.2-r3
	x11-libs/libXinerama
	x11-libs/libX11
	x11-libs/libXt
	x11-apps/sessreg
	x11-apps/xconsole"
DEPEND="${RDEPEND}
	x11-proto/xineramaproto
	x11-proto/xproto"

PATCHES=( "${FILESDIR}"/wtmp.patch
	"${FILESDIR}"/xwilling-hang.patch )

pkg_setup() {
	CONFIGURE_OPTIONS="$(use_enable ipv6)
		$(use_with pam)
		--with-default-vt=${DEFAULTVT}
		--with-xdmconfigdir=/etc/X11/xdm"
}

src_install() {
	x-modular_src_install
	exeinto /usr/$(get_libdir)/X11/xdm
	doexe "${FILESDIR}"/Xsession
	newpamd "${FILESDIR}"/xdm.pamd xdm
}

pkg_preinst() {
	x-modular_pkg_preinst

	# Check for leftover /usr/lib/X11/xdm symlink
	if [[ -L "/usr/lib/X11/xdm" ]]; then
		ewarn "/usr/lib/X11/xdm is a symlink; deleting."
		rm /usr/lib/X11/xdm
	fi
}






             reply	other threads:[~2009-09-19 22:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-19 22:59 Remi Cardona (remi) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-09-30 19:24 [gentoo-commits] gentoo-x86 commit in x11-apps/xdm: ChangeLog xdm-1.1.9.ebuild Samuli Suominen (ssuominen)
2009-10-05 12:05 Christian Faulhammer (fauli)
2009-10-09 20:43 Markus Meier (maekke)
2009-10-11 11:17 Gysbert Wassenaar (nixnut)
2009-10-26 22:15 Jeroen Roovers (jer)
2009-11-14 15:35 Remi Cardona (remi)
2010-02-21 16:48 Raul Porcel (armin76)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Mp8tc-0004oW-FN@stork.gentoo.org \
    --to=remi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox