summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2008-04-09 02:08:44 +0000
committerRyan Hill <dirtyepic@gentoo.org>2008-04-09 02:08:44 +0000
commit5156374466f16a96016ee54afc39d6853e428898 (patch)
tree332d279877c07946f6c8f05d18970713cfc8f331 /x11-apps
parentMarked ~hppa (bug #216855). (diff)
downloadgentoo-2-5156374466f16a96016ee54afc39d6853e428898.tar.gz
gentoo-2-5156374466f16a96016ee54afc39d6853e428898.tar.bz2
gentoo-2-5156374466f16a96016ee54afc39d6853e428898.zip
Fix typo. Drop stable to ~mips to prevent repoman warnings.
(Portage version: 2.2_pre5)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xinit/ChangeLog8
-rw-r--r--x11-apps/xinit/xinit-1.0.4.ebuild6
-rw-r--r--x11-apps/xinit/xinit-1.0.8-r2.ebuild (renamed from x11-apps/xinit/xinit-1.0.8-r1.ebuild)4
3 files changed, 12 insertions, 6 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog
index 28ee6aa489c0..03b07632021b 100644
--- a/x11-apps/xinit/ChangeLog
+++ b/x11-apps/xinit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xinit
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.114 2008/04/08 20:45:37 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.115 2008/04/09 02:08:44 dirtyepic Exp $
+
+*xinit-1.0.8-r2 (09 Apr 2008)
+
+ 09 Apr 2008; Ryan Hill <dirtyepic@gentoo.org> xinit-1.0.4.ebuild,
+ -xinit-1.0.8-r1.ebuild, +xinit-1.0.8-r2.ebuild:
+ Fix typo. Drop stable to ~mips to prevent repoman warnings.
*xinit-1.0.8-r1 (08 Apr 2008)
diff --git a/x11-apps/xinit/xinit-1.0.4.ebuild b/x11-apps/xinit/xinit-1.0.4.ebuild
index e2747a778938..297f9a761ef2 100644
--- a/x11-apps/xinit/xinit-1.0.4.ebuild
+++ b/x11-apps/xinit/xinit-1.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.4.ebuild,v 1.8 2007/09/10 03:13:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.4.ebuild,v 1.9 2008/04/09 02:08:44 dirtyepic Exp $
# Must be before x-modular eclass is inherited
# This is enabled due to modified Makefile.am from the patches
@@ -11,7 +11,7 @@ inherit x-modular pam
DESCRIPTION="X Window System initializer"
LICENSE="${LICENSE} GPL-2"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="minimal"
RDEPEND="x11-apps/xauth
diff --git a/x11-apps/xinit/xinit-1.0.8-r1.ebuild b/x11-apps/xinit/xinit-1.0.8-r2.ebuild
index 67dfff374a83..32282132cdcf 100644
--- a/x11-apps/xinit/xinit-1.0.8-r1.ebuild
+++ b/x11-apps/xinit/xinit-1.0.8-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r1.ebuild,v 1.1 2008/04/08 20:45:37 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r2.ebuild,v 1.1 2008/04/09 02:08:44 dirtyepic Exp $
# Must be before x-modular eclass is inherited
# This is enabled due to modified Makefile.am from the patches
@@ -59,5 +59,5 @@ src_install() {
newinitd "${FILESDIR}"/xdm.initd-1 xdm
newconfd "${FILESDIR}"/xdm.confd-1 xdm
newpamd "${FILESDIR}"/xserver.pamd xserver
- newenvd "${FILESIDR}"/xsession.env.d 90xsession
+ newenvd "${FILESDIR}"/xsession.env.d 90xsession
}