public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/stuffit: stuffit-5.2.0.611.ebuild ChangeLog
@ 2008-06-09  2:43 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeremy Olexa (darkside) @ 2008-06-09  2:43 UTC (permalink / raw
  To: gentoo-commits

darkside    08/06/09 02:43:08

  Modified:             stuffit-5.2.0.611.ebuild ChangeLog
  Log:
  Ebuild cleanup, fix SRC_URI, and fix env.d file issue in bug #133620
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.19                 app-arch/stuffit/stuffit-5.2.0.611.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild?rev=1.19&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild?r1=1.18&r2=1.19

Index: stuffit-5.2.0.611.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- stuffit-5.2.0.611.ebuild	2 Jul 2007 13:39:12 -0000	1.18
+++ stuffit-5.2.0.611.ebuild	9 Jun 2008 02:43:07 -0000	1.19
@@ -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 @@
 	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 @@
 
 	# 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 @@
 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'"



1.18                 app-arch/stuffit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/stuffit/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/stuffit/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/stuffit/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/stuffit/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	2 Jul 2007 13:39:12 -0000	1.17
+++ ChangeLog	9 Jun 2008 02:43:07 -0000	1.18
@@ -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:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-arch/stuffit: stuffit-5.2.0.611.ebuild ChangeLog
@ 2013-11-30 18:26 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2013-11-30 18:26 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/11/30 18:26:50

  Modified:             stuffit-5.2.0.611.ebuild ChangeLog
  Log:
  Remove unnecessary emul-linux-x86 dep. The package is pre-built and statically linked.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.22                 app-arch/stuffit/stuffit-5.2.0.611.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild?r1=1.21&r2=1.22

Index: stuffit-5.2.0.611.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- stuffit-5.2.0.611.ebuild	6 Feb 2012 03:14:33 -0000	1.21
+++ stuffit-5.2.0.611.ebuild	30 Nov 2013 18:26:50 -0000	1.22
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.21 2012/02/06 03:14:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild,v 1.22 2013/11/30 18:26:50 mgorny Exp $
 
 MY_P="stuffit520.611linux-i386"
 DESCRIPTION="Aladdin Software's StuffIt and StuffIt Expander"
@@ -13,9 +13,6 @@
 IUSE=""
 RESTRICT="fetch strip"
 
-DEPEND=""
-RDEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs )"
-
 S="${WORKDIR}"
 
 INSTALLDIR="/opt/stuffit"



1.21                 app-arch/stuffit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/stuffit/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/stuffit/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/stuffit/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/stuffit/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	6 Feb 2012 03:14:33 -0000	1.20
+++ ChangeLog	30 Nov 2013 18:26:50 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for app-arch/stuffit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/ChangeLog,v 1.20 2012/02/06 03:14:33 vapier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/ChangeLog,v 1.21 2013/11/30 18:26:50 mgorny Exp $
+
+  30 Nov 2013; Michał Górny <mgorny@gentoo.org> stuffit-5.2.0.611.ebuild:
+  Remove unnecessary emul-linux-x86 dep. The package is pre-built and statically
+  linked.
 
   06 Feb 2012; Mike Frysinger <vapier@gentoo.org> stuffit-5.2.0.611.ebuild:
   Don't run env-update in pkg_* funcs -- the PM does that.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-30 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-30 18:26 [gentoo-commits] gentoo-x86 commit in app-arch/stuffit: stuffit-5.2.0.611.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-09  2:43 Jeremy Olexa (darkside)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox