summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-04-30 23:00:17 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-04-30 23:00:17 +0000
commit9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e (patch)
treebcb0ad86ff0f587f06a1020d9de814c7696e3425 /x11-apps/xsm
parentRemove xphelloworld since xprint is obsolete. (diff)
downloadhistorical-9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e.tar.gz
historical-9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e.tar.bz2
historical-9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e.zip
old
Package-Manager: portage-2.1.6.11/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xsm')
-rw-r--r--x11-apps/xsm/Manifest1
-rw-r--r--x11-apps/xsm/xsm-1.0.1.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/x11-apps/xsm/Manifest b/x11-apps/xsm/Manifest
index 587f675e9fd9..f8f32d88b91c 100644
--- a/x11-apps/xsm/Manifest
+++ b/x11-apps/xsm/Manifest
@@ -1,5 +1,4 @@
DIST xsm-1.0.1.tar.bz2 116875 RMD160 9b70c7610a741d2026323cdc97c8eba63d9dc74c SHA1 7fca1397b86cc9e8763c73eef9a1c41340040a69 SHA256 2f2535b5394d59be0a4bb15c12ea1b19b873a0096446ecc4c71aa81f0d99b29a
EBUILD xsm-1.0.1-r1.ebuild 786 RMD160 dfeffc2d3d1fd03cce8e8b804dde984f24944566 SHA1 340366d1e40770ab497d05ad8e9fecd0cfd56ae0 SHA256 34a04ee32447393456b8664d0a6648ab99463a7f2486f5a54b06aa53c55cf6b4
-EBUILD xsm-1.0.1.ebuild 911 RMD160 e409bfca1c19c2a0e48c9b359fdb77719c1ea7ac SHA1 45cc5d8aa22612734a4a711ebdb509886e36110e SHA256 e2bd4c05499d6d992639601b77dd560f0e513ccec586f54e53adfa787dbd2bcb
MISC ChangeLog 2821 RMD160 702ea13aaf9762c8b57994d54a966af94dbece0a SHA1 d9cddfcb33719d49d760bff1c248fba9c2de02e3 SHA256 b9eb9171c445580c07756e8413e58e3a71a70d1ed28b2be0556843472bda19bb
MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
diff --git a/x11-apps/xsm/xsm-1.0.1.ebuild b/x11-apps/xsm/xsm-1.0.1.ebuild
deleted file mode 100644
index a10c0fcbe8dc..000000000000
--- a/x11-apps/xsm/xsm-1.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsm/xsm-1.0.1.ebuild,v 1.6 2007/08/01 23:28:37 dberkholz Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X Session Manager"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="xprint"
-RDEPEND="x11-libs/libXaw
- net-misc/netkit-rsh"
-DEPEND="${RDEPEND}"
-
-CONFIGURE_OPTIONS="$(use_enable xprint)"
-
-pkg_setup() {
- if use xprint && ! built_with_use x11-libs/libXaw xprint; then
- die "Build x11-libs/libXaw with USE=xprint."
- fi
-
- # (#158056) /usr/$(get_libdir)/X11/xsm could be a symlink
- local XSMPATH="${ROOT}usr/$(get_libdir)/X11/xsm"
- if [[ -L ${XSMPATH} ]]; then
- einfo "Removing symlink ${XSMPATH}"
- rm -f ${XSMPATH} || die "failed to remove symlink ${XSMPATH}"
- fi
-}