summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-28 04:47:05 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-28 04:47:05 +0000
commit92f9339a50f147bc8ceb989a7d336648b87b36c3 (patch)
tree334c6d01903a72517d720f5c92c6b2d874f28586 /x11-wm/xpde
parentMarking stable on x86. (diff)
downloadhistorical-92f9339a50f147bc8ceb989a7d336648b87b36c3.tar.gz
historical-92f9339a50f147bc8ceb989a7d336648b87b36c3.tar.bz2
historical-92f9339a50f147bc8ceb989a7d336648b87b36c3.zip
don't assign default to S; tidy
Diffstat (limited to 'x11-wm/xpde')
-rw-r--r--x11-wm/xpde/ChangeLog8
-rw-r--r--x11-wm/xpde/Manifest8
-rw-r--r--x11-wm/xpde/xpde-0.3.5.ebuild19
-rw-r--r--x11-wm/xpde/xpde-0.4.0.ebuild19
4 files changed, 28 insertions, 26 deletions
diff --git a/x11-wm/xpde/ChangeLog b/x11-wm/xpde/ChangeLog
index 39ebdc5308bf..e30d691b1793 100644
--- a/x11-wm/xpde/ChangeLog
+++ b/x11-wm/xpde/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-wm/xpde
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpde/ChangeLog,v 1.6 2003/08/15 08:06:02 seemant Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpde/ChangeLog,v 1.7 2004/03/28 04:47:05 mr_bones_ Exp $
+
+ 27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> xpde-0.3.5.ebuild,
+ xpde-0.4.0.ebuild:
+ don't assign default to S; tidy
*xpde-0.4.0 (15 Aug 2003)
diff --git a/x11-wm/xpde/Manifest b/x11-wm/xpde/Manifest
index a28d6da0cff1..5b933259a25f 100644
--- a/x11-wm/xpde/Manifest
+++ b/x11-wm/xpde/Manifest
@@ -1,7 +1,7 @@
-MD5 e7d16f104123709d5e7d24ec14b477c5 xpde-0.4.0.ebuild 1717
-MD5 fd602d6355ea062942f54538c1c31eea ChangeLog 1147
-MD5 33b6bb4d3e5eaeb83bfdf8bdf9478ab6 xpde-0.3.5.ebuild 1717
-MD5 974815ed8d41ed47a88ecc145c156d87 files/xpde 149
+MD5 52b3bd5bc030f6e402f67f7b5967fba3 ChangeLog 1279
+MD5 f79c3ad4c469fc687a6fd9f4d4331218 xpde-0.3.5.ebuild 1684
+MD5 80072589fd00450d3a4d7393c0ffd05a xpde-0.4.0.ebuild 1684
MD5 97e6c2dc937af7b7d66566cc25a8d558 files/digest-xpde-0.3.5 72
MD5 7d9936062181818ce6a8d0f2bccee241 files/digest-xpde-0.4.0 73
MD5 db1a32cc23b76d0feb1ff8c3790bb543 files/install-config.sh 220
+MD5 974815ed8d41ed47a88ecc145c156d87 files/xpde 149
diff --git a/x11-wm/xpde/xpde-0.3.5.ebuild b/x11-wm/xpde/xpde-0.3.5.ebuild
index 781d6e269290..9aa2fd542113 100644
--- a/x11-wm/xpde/xpde-0.3.5.ebuild
+++ b/x11-wm/xpde/xpde-0.3.5.ebuild
@@ -1,24 +1,23 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpde/xpde-0.3.5.ebuild,v 1.1 2003/06/23 11:56:46 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpde/xpde-0.3.5.ebuild,v 1.2 2004/03/28 04:47:05 mr_bones_ Exp $
-IUSE=""
-S="${WORKDIR}/${P}"
DESCRIPTION="A Desktop Environment modelled after the O/S from Redmond, WA"
HOMEPAGE="http://www.xpde.com/"
SRC_URI="http://www.xpde.com/releases/${P}-20030426.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~x86 -ppc -sparc -alpha"
+IUSE=""
DEPEND="virtual/x11"
src_compile() {
- einfo ""
+ einfo
einfo "This is a binary-only package (sadly)"
einfo "No files to compile."
- einfo ""
+ einfo
}
src_install() {
@@ -58,10 +57,10 @@ src_install() {
}
pkg_postinst() {
- einfo ""
+ einfo
einfo "sh /opt/xpde/bin/install-config.sh"
- einfo ""
+ einfo
einfo "This will install a default configuration into your"
einfo "home directory"
- einfo ""
+ einfo
}
diff --git a/x11-wm/xpde/xpde-0.4.0.ebuild b/x11-wm/xpde/xpde-0.4.0.ebuild
index dab72a7ca9f0..0048c4000f02 100644
--- a/x11-wm/xpde/xpde-0.4.0.ebuild
+++ b/x11-wm/xpde/xpde-0.4.0.ebuild
@@ -1,24 +1,23 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpde/xpde-0.4.0.ebuild,v 1.1 2003/08/15 08:06:02 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpde/xpde-0.4.0.ebuild,v 1.2 2004/03/28 04:47:05 mr_bones_ Exp $
-IUSE=""
-S="${WORKDIR}/${P}"
DESCRIPTION="A Desktop Environment modelled after the O/S from Redmond, WA"
HOMEPAGE="http://www.xpde.com/"
SRC_URI="http://www.xpde.com/releases/${P}-20030730.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~x86 -ppc -sparc -alpha"
+IUSE=""
DEPEND="virtual/x11"
src_compile() {
- einfo ""
+ einfo
einfo "This is a binary-only package (sadly)"
einfo "No files to compile."
- einfo ""
+ einfo
}
src_install() {
@@ -58,10 +57,10 @@ src_install() {
}
pkg_postinst() {
- einfo ""
+ einfo
einfo "sh /opt/xpde/bin/install-config.sh"
- einfo ""
+ einfo
einfo "This will install a default configuration into your"
einfo "home directory"
- einfo ""
+ einfo
}