summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2008-06-09 02:43:07 +0000
committerJeremy Olexa <darkside@gentoo.org>2008-06-09 02:43:07 +0000
commit227a4653ae1749e4a3d7a247bafed0e4c2191265 (patch)
tree9242ed78cde74f0a7a4b3c242321498164038599 /app-arch/stuffit
parentVersion bump. (diff)
downloadgentoo-2-227a4653ae1749e4a3d7a247bafed0e4c2191265.tar.gz
gentoo-2-227a4653ae1749e4a3d7a247bafed0e4c2191265.tar.bz2
gentoo-2-227a4653ae1749e4a3d7a247bafed0e4c2191265.zip
Ebuild cleanup, fix SRC_URI, and fix env.d file issue in bug #133620
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-arch/stuffit')
-rw-r--r--app-arch/stuffit/ChangeLog7
-rw-r--r--app-arch/stuffit/stuffit-5.2.0.611.ebuild32
2 files changed, 19 insertions, 20 deletions
diff --git a/app-arch/stuffit/ChangeLog b/app-arch/stuffit/ChangeLog
index cd209ddd9910..83ff9a4962a3 100644
--- a/app-arch/stuffit/ChangeLog
+++ b/app-arch/stuffit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/stuffit
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/ChangeLog,v 1.17 2007/07/02 13:39:12 peper Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/ChangeLog,v 1.18 2008/06/09 02:43:07 darkside Exp $
+
+ 09 Jun 2008; Jeremy Olexa <darkside@gentoo.org> stuffit-5.2.0.611.ebuild:
+ Ebuild cleanup, fix SRC_URI, and fix env.d file issue in bug #133620
02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org>
stuffit-5.2.0.611.ebuild:
diff --git a/app-arch/stuffit/stuffit-5.2.0.611.ebuild b/app-arch/stuffit/stuffit-5.2.0.611.ebuild
index 64864b6ae5d8..25bddbc40202 100644
--- a/app-arch/stuffit/stuffit-5.2.0.611.ebuild
+++ b/app-arch/stuffit/stuffit-5.2.0.611.ebuild
@@ -1,11 +1,11 @@
-# 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/app-arch/stuffit/stuffit-5.2.0.611.ebuild,v 1.18 2007/07/02 13:39:12 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild,v 1.19 2008/06/09 02:43:07 darkside Exp $
MY_P="stuffit520.611linux-i386"
DESCRIPTION="Aladdin Software's StuffIt and StuffIt Expander"
HOMEPAGE="http://www.stuffit.com/"
-SRC_URI="http://www.allume.com/downloads/files/${MY_P}.tar.gz"
+SRC_URI="http://my.smithmicro.com/downloads/files/stuffit520.611linux-i386.tar.gz"
LICENSE="Stuffit"
SLOT="0"
KEYWORDS="-* x86 amd64"
@@ -23,7 +23,7 @@ pkg_nofetch() {
einfo "${SRC_URI}"
einfo "and put the file in ${DISTDIR}"
einfo
- einfo "Note that StuffIt requires registration within 15 days,"
+ einfo "Note that StuffIt requires registration within 30 days,"
einfo "but StuffIt Expander is freeware."
einfo
}
@@ -32,30 +32,26 @@ src_install() {
# First do the binaries
exeinto ${INSTALLDIR}/bin
- doexe ${S}/bin/stuff
- doexe ${S}/bin/unstuff
+ doexe bin/stuff
+ doexe bin/unstuff
# Now the registration binary
exeinto ${INSTALLDIR}/extra
- doexe ${S}/bin/register
+ doexe bin/register
# Now the documentation
docinto stuff
- dodoc ${S}/doc/stuff/LICENSE
- dodoc ${S}/doc/stuff/README
- dodoc ${S}/doc/stuff/INSTALL
- dohtml ${S}/doc/stuff/stuff.html
+ dodoc doc/stuff/README
+ dohtml doc/stuff/stuff.html
docinto unstuff
- dodoc ${S}/doc/unstuff/LICENSE
- dodoc ${S}/doc/unstuff/README
- dodoc ${S}/doc/unstuff/INSTALL
- dohtml ${S}/doc/unstuff/unstuff.html
+ dodoc doc/unstuff/README
+ dohtml doc/unstuff/unstuff.html
# And now the man pages
- doman ${S}/man/man1/*
+ doman man/man1/*
# Also add the executables to the path
- dodir etc/env.d
+ dodir /etc/env.d
echo -e "PATH=${INSTALLDIR}/bin\nROOTPATH=${INSTALLDIR}/bin" > \
${D}/etc/env.d/10stuffit
@@ -64,7 +60,7 @@ src_install() {
pkg_postinst() {
env-update
elog
- elog "Reminder: StuffIt requires registration within 15 days."
+ elog "Reminder: StuffIt requires registration within 30 days."
elog "The registration program is located in ${INSTALLDIR}/extra"
elog
elog "The binaries are named 'stuff' and 'unstuff'"