]> Pileus Git - ~andy/sunrise/commitdiff
dev-util/jsmin: Fix up jsmin ebuild to comply with tommy[d]'s standards of acceptability.
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Fri, 17 Dec 2010 18:09:24 +0000 (18:09 +0000)
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Fri, 17 Dec 2010 18:09:24 +0000 (18:09 +0000)
(Portage version: 2.2.0_alpha2-r1/svn/Linux x86_64)

svn path=/sunrise/; revision=11617

dev-util/jsmin/ChangeLog
dev-util/jsmin/jsmin-20080803.ebuild

index a1ebe31764b54181fee06df77669650e4a4d0a16..6eb6815a8ad697109cce310a3d4048b986ae1c6a 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Dec 2010; Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
+  jsmin-20080803.ebuild:
+  Fix up jsmin ebuild to comply with tommy[d]'s standards of acceptability.
+
   17 Dec 2010; Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
   jsmin-20080803.ebuild:
   Fix up jsmin ebuild to comply with mgorny's standards of excellence.
index 008da06ce136f8fdab0b91d178a489625b334953..ca6c98c613179b55915fbf67820df7ac04fb6339 100644 (file)
@@ -6,19 +6,13 @@ EAPI=2
 
 DESCRIPTION="A simple and lightweight JavaScript minifier"
 HOMEPAGE="http://crockford.com/javascript/jsmin.html"
-SRC_URI="ftp://ohnopub.net/mirror/${P}.c"
+SRC_URI="ftp://ohnopub.net/mirror/${P}.tar.bz2"
 LICENSE="as-is"
 
 SLOT="0"
 KEYWORDS="~amd64 ~amd64-linux"
 IUSE=""
 
-S=${WORKDIR}
-
-src_unpack() {
-       cp -v "${DISTDIR}"/${P}.c "${S}"/${PN}.c || die
-}
-
 src_compile() {
        emake ${PN} || die
 }