diff options
author | Brandon Hale <tseng@gentoo.org> | 2003-09-03 15:50:42 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2003-09-03 15:50:42 +0000 |
commit | 6f63eba9785d76787bb37e9d88c3a40c1fddf247 (patch) | |
tree | 98e1b58507244c8915bb93321a3f393bd8444912 /x11-wm | |
parent | Fixed digest - upstream made a mistake and changed tarball wihout changing ve... (diff) | |
download | historical-6f63eba9785d76787bb37e9d88c3a40c1fddf247.tar.gz historical-6f63eba9785d76787bb37e9d88c3a40c1fddf247.tar.bz2 historical-6f63eba9785d76787bb37e9d88c3a40c1fddf247.zip |
changed einfo
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-3.0_alpha8.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/openbox/Manifest b/x11-wm/openbox/Manifest index 2c03e13b2140..9786f923b3c0 100644 --- a/x11-wm/openbox/Manifest +++ b/x11-wm/openbox/Manifest @@ -4,8 +4,8 @@ MD5 08d33d13e81d46085bddf526aaed8249 ChangeLog 10714 MD5 d00d1c66664d638aa414324a9de97a24 openbox-2.3.0.ebuild 1237 MD5 bbddfe37157511609a9ef1a0674b1a73 openbox-2.3.1.ebuild 1257 MD5 f0ec40880e9e420e8a60007571228c9f openbox-3.0_alpha7.ebuild 1021 -MD5 227d36217c96ebdf73f1756f30386fd0 openbox-3.0_alpha8.ebuild 1021 MD5 f37c638c0e9d87183de38f8b761e53bb openbox-3.0_alpha6.ebuild 1021 +MD5 4d4f8b535cdeb331fb1991e063c018c4 openbox-3.0_alpha8.ebuild 1045 MD5 f0b52d0f48a8b10c418a6d6558c4198c files/digest-openbox-1.2.4 65 MD5 14ea1589afa8d9807619faebdd1468b5 files/digest-openbox-2.1.3-r4 65 MD5 e8173797964d97d9293eee8faa1a95aa files/digest-openbox-2.3.0 65 diff --git a/x11-wm/openbox/openbox-3.0_alpha8.ebuild b/x11-wm/openbox/openbox-3.0_alpha8.ebuild index 1879d2a571fc..4aceb541fccc 100644 --- a/x11-wm/openbox/openbox-3.0_alpha8.ebuild +++ b/x11-wm/openbox/openbox-3.0_alpha8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.0_alpha8.ebuild,v 1.1 2003/09/03 14:24:45 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.0_alpha8.ebuild,v 1.2 2003/09/03 15:50:37 tseng Exp $ S=${WORKDIR}/${P/_/-} DESCRIPTION="Openbox is a standards compliant, fast, light-weight, extensible window manager." @@ -34,7 +34,7 @@ src_install () { } pkg_postinst () { - einfo "This release moves the menu back to its own file." - einfo "There are also many changes in the rc3 file." + einfo "A few more small changes to the configs and themes." + einfo "Your rc3 and menu should move to rc.xml and menu.xml respectively." einfo "Please check out the examples in /usr/share/openbox/ before running." } |