Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/stuffit: stuffit-5.2.0.611.ebuild ChangeLog
Date: Mon, 09 Jun 2008 02:43:14
Message-Id: E1K5XLg-0003Kl-5g@stork.gentoo.org
1 darkside 08/06/09 02:43:08
2
3 Modified: stuffit-5.2.0.611.ebuild ChangeLog
4 Log:
5 Ebuild cleanup, fix SRC_URI, and fix env.d file issue in bug #133620
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.19 app-arch/stuffit/stuffit-5.2.0.611.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild?r1=1.18&r2=1.19
14
15 Index: stuffit-5.2.0.611.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- stuffit-5.2.0.611.ebuild 2 Jul 2007 13:39:12 -0000 1.18
22 +++ stuffit-5.2.0.611.ebuild 9 Jun 2008 02:43:07 -0000 1.19
23 @@ -1,11 +1,11 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 MY_P="stuffit520.611linux-i386"
31 DESCRIPTION="Aladdin Software's StuffIt and StuffIt Expander"
32 HOMEPAGE="http://www.stuffit.com/"
33 -SRC_URI="http://www.allume.com/downloads/files/${MY_P}.tar.gz"
34 +SRC_URI="http://my.smithmicro.com/downloads/files/stuffit520.611linux-i386.tar.gz"
35 LICENSE="Stuffit"
36 SLOT="0"
37 KEYWORDS="-* x86 amd64"
38 @@ -23,7 +23,7 @@
39 einfo "${SRC_URI}"
40 einfo "and put the file in ${DISTDIR}"
41 einfo
42 - einfo "Note that StuffIt requires registration within 15 days,"
43 + einfo "Note that StuffIt requires registration within 30 days,"
44 einfo "but StuffIt Expander is freeware."
45 einfo
46 }
47 @@ -32,30 +32,26 @@
48
49 # First do the binaries
50 exeinto ${INSTALLDIR}/bin
51 - doexe ${S}/bin/stuff
52 - doexe ${S}/bin/unstuff
53 + doexe bin/stuff
54 + doexe bin/unstuff
55
56 # Now the registration binary
57 exeinto ${INSTALLDIR}/extra
58 - doexe ${S}/bin/register
59 + doexe bin/register
60
61 # Now the documentation
62 docinto stuff
63 - dodoc ${S}/doc/stuff/LICENSE
64 - dodoc ${S}/doc/stuff/README
65 - dodoc ${S}/doc/stuff/INSTALL
66 - dohtml ${S}/doc/stuff/stuff.html
67 + dodoc doc/stuff/README
68 + dohtml doc/stuff/stuff.html
69 docinto unstuff
70 - dodoc ${S}/doc/unstuff/LICENSE
71 - dodoc ${S}/doc/unstuff/README
72 - dodoc ${S}/doc/unstuff/INSTALL
73 - dohtml ${S}/doc/unstuff/unstuff.html
74 + dodoc doc/unstuff/README
75 + dohtml doc/unstuff/unstuff.html
76
77 # And now the man pages
78 - doman ${S}/man/man1/*
79 + doman man/man1/*
80
81 # Also add the executables to the path
82 - dodir etc/env.d
83 + dodir /etc/env.d
84 echo -e "PATH=${INSTALLDIR}/bin\nROOTPATH=${INSTALLDIR}/bin" > \
85 ${D}/etc/env.d/10stuffit
86
87 @@ -64,7 +60,7 @@
88 pkg_postinst() {
89 env-update
90 elog
91 - elog "Reminder: StuffIt requires registration within 15 days."
92 + elog "Reminder: StuffIt requires registration within 30 days."
93 elog "The registration program is located in ${INSTALLDIR}/extra"
94 elog
95 elog "The binaries are named 'stuff' and 'unstuff'"
96
97
98
99 1.18 app-arch/stuffit/ChangeLog
100
101 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/stuffit/ChangeLog?rev=1.18&view=markup
102 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/stuffit/ChangeLog?rev=1.18&content-type=text/plain
103 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/stuffit/ChangeLog?r1=1.17&r2=1.18
104
105 Index: ChangeLog
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/app-arch/stuffit/ChangeLog,v
108 retrieving revision 1.17
109 retrieving revision 1.18
110 diff -u -r1.17 -r1.18
111 --- ChangeLog 2 Jul 2007 13:39:12 -0000 1.17
112 +++ ChangeLog 9 Jun 2008 02:43:07 -0000 1.18
113 @@ -1,6 +1,9 @@
114 # ChangeLog for app-arch/stuffit
115 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
116 -# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/ChangeLog,v 1.17 2007/07/02 13:39:12 peper Exp $
117 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
118 +# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/ChangeLog,v 1.18 2008/06/09 02:43:07 darkside Exp $
119 +
120 + 09 Jun 2008; Jeremy Olexa <darkside@g.o> stuffit-5.2.0.611.ebuild:
121 + Ebuild cleanup, fix SRC_URI, and fix env.d file issue in bug #133620
122
123 02 Jul 2007; Piotr JaroszyƄski <peper@g.o>
124 stuffit-5.2.0.611.ebuild:
125
126
127
128 --
129 gentoo-commits@l.g.o mailing list