summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-09-21 15:28:53 +0000
committerRémi Cardona <remi@gentoo.org>2009-09-21 15:28:53 +0000
commit8248ceff5ff8095505c7b213c8a9267afda86b1c (patch)
treef5cd063ed43b7a04000ff8c3a66187cd851214a9 /x11-base
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-8248ceff5ff8095505c7b213c8a9267afda86b1c.tar.gz
gentoo-2-8248ceff5ff8095505c7b213c8a9267afda86b1c.tar.bz2
gentoo-2-8248ceff5ff8095505c7b213c8a9267afda86b1c.zip
x11-base/xorg-x11: drop old ebuilds, add new simplified meta (only a meta)
(Portage version: 2.2_rc41/cvs/Linux i686)
Diffstat (limited to 'x11-base')
-rw-r--r--x11-base/xorg-x11/ChangeLog8
-rw-r--r--x11-base/xorg-x11/xorg-x11-7.3.ebuild120
-rw-r--r--x11-base/xorg-x11/xorg-x11-7.4-r1.ebuild142
3 files changed, 149 insertions, 121 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog
index 0bf41205e4c2..e0df409364d9 100644
--- a/x11-base/xorg-x11/ChangeLog
+++ b/x11-base/xorg-x11/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-base/xorg-x11
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.610 2009/09/19 18:38:10 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.611 2009/09/21 15:28:53 remi Exp $
+
+*xorg-x11-7.4-r1 (21 Sep 2009)
+
+ 21 Sep 2009; Rémi Cardona <remi@gentoo.org> -xorg-x11-7.3.ebuild,
+ +xorg-x11-7.4-r1.ebuild:
+ drop old ebuilds, add new simplified meta (only a meta)
19 Sep 2009; Rémi Cardona <remi@gentoo.org> xorg-x11-7.2.ebuild,
xorg-x11-7.3.ebuild, xorg-x11-7.4.ebuild:
diff --git a/x11-base/xorg-x11/xorg-x11-7.3.ebuild b/x11-base/xorg-x11/xorg-x11-7.3.ebuild
deleted file mode 100644
index 9b1b9caf2336..000000000000
--- a/x11-base/xorg-x11/xorg-x11-7.3.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-7.3.ebuild,v 1.5 2009/09/19 18:38:10 remi Exp $
-
-inherit eutils
-
-DESCRIPTION="An X11 implementation maintained by the X.Org Foundation (meta package)"
-HOMEPAGE="http://xorg.freedesktop.org"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-# Collision protect will scream bloody murder if we install over old versions
-RDEPEND="!<=x11-base/xorg-x11-6.9"
-
-# Server
-RDEPEND="${RDEPEND}
- >=x11-base/xorg-server-1.4"
-
-# Common Applications
-RDEPEND="${RDEPEND}
- >=x11-apps/mesa-progs-6.5.2
- >=x11-apps/setxkbmap-1.0.4
- >=x11-apps/xauth-1.0.2
- >=x11-apps/xhost-1.0.2
- >=x11-apps/xinit-1.0.5
- >=x11-apps/xmodmap-1.0.3
- >=x11-apps/xrandr-1.2.2
- >=x11-apps/mkfontdir-1.0.3"
-
-# Common Libraries - move these to eclass eventually
-RDEPEND="${RDEPEND}
- >=x11-libs/libSM-1.0.3
- >=x11-libs/libXcomposite-0.4
- >=x11-libs/libXcursor-1.1.9
- >=x11-libs/libXdamage-1.1
- >=x11-libs/libXfixes-4.0.3
- >=x11-libs/libXp-1
- >=x11-libs/libXv-1.0.3
- >=x11-libs/libXxf86dga-1.0.2
- >=x11-libs/libXinerama-1.0.2
- >=x11-libs/libXScrnSaver-1.1.2"
-
-# Some fonts
-RDEPEND="${RDEPEND}
- media-fonts/ttf-bitstream-vera
- >=media-fonts/font-bh-type1-1
- >=media-fonts/font-adobe-utopia-type1-1.0.1
- >=media-fonts/font-adobe-100dpi-1"
-
-DEPEND="${RDEPEND}"
-
-src_install() {
- # Make /usr/X11R6 a symlink to ../usr.
- dodir /usr
- dosym ../usr /usr/X11R6
-}
-
-pkg_preinst() {
- # Check for /usr/X11R6 -> /usr symlink
- if [[ -e "${ROOT}usr/X11R6" ]] &&
- [[ $(readlink "${ROOT}usr/X11R6") != "../usr" ]]; then
- eerror "${ROOT}usr/X11R6 isn't a symlink to ../usr. Please delete it."
- ewarn "First, save a list of all the packages installing there:"
- ewarn " equery belongs ${ROOT}usr/X11R6 > usr-x11r6-packages"
- ewarn "This requires gentoolkit to be installed."
- die "${ROOT}usr/X11R6 is not a symlink to ../usr."
- fi
-
- # Filter out ModulePath line since it often holds a now-invalid path
- # Bug #112924
- # For RC3 - filter out RgbPath line since it also seems to break things
- XORGCONF="/etc/X11/xorg.conf"
- if [[ -e ${ROOT}${XORGCONF} ]]; then
- mkdir -p "${D}/etc/X11"
- sed "/ModulePath/d" "${ROOT}${XORGCONF}" > "${D}${XORGCONF}"
- sed -i "/RgbPath/d" "${D}${XORGCONF}"
- fi
-}
-
-pkg_postinst() {
- # I'm not sure why this was added, but we don't inherit x-modular
- # x-modular_pkg_postinst
-
- echo
- einfo "Please note that the xcursors are in ${ROOT}usr/share/cursors/${PN}."
- einfo "Any custom cursor sets should be placed in that directory."
- echo
- einfo "If you wish to set system-wide default cursors, please create"
- einfo "${ROOT}usr/local/share/cursors/${PN}/default/index.theme"
- einfo "with content: \"Inherits=theme_name\" so that future"
- einfo "emerges will not overwrite those settings."
- echo
- einfo "Listening on TCP is disabled by default with startx."
- einfo "To enable it, edit ${ROOT}usr/bin/startx."
- echo
-
- ewarn "Please read the modular X migration guide at"
- ewarn "http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml"
- echo
- einfo "If you encounter any non-configuration issues, please file a bug at"
- einfo "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux"
- einfo "and attach ${ROOT}etc/X11/xorg.conf, ${ROOT}var/log/Xorg.0.log and emerge info"
- echo
- einfo "You can now choose which drivers are installed with the VIDEO_CARDS"
- einfo "and INPUT_DEVICES settings. Set these like any other Portage"
- einfo "variable in ${ROOT}etc/make.conf or on the command line."
- echo
-
- # (#76985)
- einfo "Visit http://www.gentoo.org/doc/en/index.xml?catid=desktop"
- einfo "for more information on configuring X."
- echo
-
- # Try to get people to read this, pending #11359
- ebeep 5
- epause 10
-}
diff --git a/x11-base/xorg-x11/xorg-x11-7.4-r1.ebuild b/x11-base/xorg-x11/xorg-x11-7.4-r1.ebuild
new file mode 100644
index 000000000000..f5e7cbae2578
--- /dev/null
+++ b/x11-base/xorg-x11/xorg-x11-7.4-r1.ebuild
@@ -0,0 +1,142 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-7.4-r1.ebuild,v 1.1 2009/09/21 15:28:53 remi Exp $
+
+EAPI="2"
+
+inherit eutils
+
+DESCRIPTION="An X11 implementation maintained by the X.Org Foundation (meta package)"
+HOMEPAGE="http://xorg.freedesktop.org"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+# Server
+RDEPEND="${RDEPEND}
+ x11-base/xorg-server[-minimal]"
+
+# Applications
+RDEPEND="${RDEPEND}
+ x11-apps/appres
+ x11-apps/bitmap
+ x11-apps/iceauth
+ x11-apps/luit
+ x11-apps/mkfontdir
+ x11-apps/mkfontscale
+ x11-apps/sessreg
+ x11-apps/setxkbmap
+ x11-apps/smproxy
+ x11-apps/x11perf
+ x11-apps/xauth
+ x11-apps/xbacklight
+ x11-apps/xcmsdb
+ x11-apps/xcursorgen
+ x11-apps/xdpyinfo
+ x11-apps/xdriinfo
+ x11-apps/xev
+ x11-apps/xf86dga
+ x11-apps/xgamma
+ x11-apps/xhost
+ x11-apps/xinput
+ x11-apps/xkbcomp
+ x11-apps/xkbevd
+ x11-apps/xkbutils
+ x11-apps/xkill
+ x11-apps/xlsatoms
+ x11-apps/xlsclients
+ x11-apps/xmodmap
+ x11-apps/xpr
+ x11-apps/xprop
+ x11-apps/xrandr
+ x11-apps/xrdb
+ x11-apps/xrefresh
+ x11-apps/xset
+ x11-apps/xsetmode
+ x11-apps/xsetroot
+ x11-apps/xvinfo
+ x11-apps/xwd
+ x11-apps/xwininfo
+ x11-apps/xwud
+ "
+
+# Data
+RDEPEND="${RDEPEND}
+ x11-misc/xbitmaps
+ x11-themes/xcursor-themes
+ "
+
+# Utilities
+RDEPEND="${RDEPEND}
+ x11-misc/makedepend
+ x11-misc/util-macros
+ "
+
+# Fonts
+RDEPEND="${RDEPEND}
+ media-fonts/font-adobe-100dpi
+ media-fonts/font-adobe-75dpi
+ media-fonts/font-adobe-utopia-100dpi
+ media-fonts/font-adobe-utopia-75dpi
+ media-fonts/font-adobe-utopia-type1
+ media-fonts/font-alias
+ media-fonts/font-arabic-misc
+ media-fonts/font-bh-100dpi
+ media-fonts/font-bh-75dpi
+ media-fonts/font-bh-lucidatypewriter-100dpi
+ media-fonts/font-bh-lucidatypewriter-75dpi
+ media-fonts/font-bh-ttf
+ media-fonts/font-bh-type1
+ media-fonts/font-bitstream-100dpi
+ media-fonts/font-bitstream-75dpi
+ media-fonts/font-bitstream-speedo
+ media-fonts/font-bitstream-type1
+ media-fonts/font-cronyx-cyrillic
+ media-fonts/font-cursor-misc
+ media-fonts/font-daewoo-misc
+ media-fonts/font-dec-misc
+ media-fonts/font-ibm-type1
+ media-fonts/font-isas-misc
+ media-fonts/font-jis-misc
+ media-fonts/font-micro-misc
+ media-fonts/font-misc-cyrillic
+ media-fonts/font-misc-ethiopic
+ media-fonts/font-misc-meltho
+ media-fonts/font-misc-misc
+ media-fonts/font-mutt-misc
+ media-fonts/font-schumacher-misc
+ media-fonts/font-screen-cyrillic
+ media-fonts/font-sony-misc
+ media-fonts/font-sun-misc
+ media-fonts/font-util
+ media-fonts/font-winitzki-cyrillic
+ media-fonts/font-xfree86-type1
+
+ media-fonts/font-alias
+ media-fonts/font-util
+ media-fonts/encodings
+ "
+
+DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+ elog
+ elog "Please note that the xcursors are in ${ROOT}usr/share/cursors/${PN}."
+ elog "Any custom cursor sets should be placed in that directory."
+ elog
+ elog "If you wish to set system-wide default cursors, please create"
+ elog "${ROOT}usr/local/share/cursors/${PN}/default/index.theme"
+ elog "with content: \"Inherits=theme_name\" so that future"
+ elog "emerges will not overwrite those settings."
+ elog
+ elog "Listening on TCP is disabled by default with startx."
+ elog "To enable it, edit ${ROOT}usr/bin/startx."
+ elog
+
+ # (#76985)
+ elog "Visit http://www.gentoo.org/doc/en/index.xml?catid=desktop"
+ elog "for more information on configuring X."
+ elog
+}