public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/ultrabug:master commit in: www-servers/jetty-bin/
@ 2012-04-06 14:29 Alexys Jacob
  0 siblings, 0 replies; 2+ messages in thread
From: Alexys Jacob @ 2012-04-06 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     3ab5102b4c9b691b5642cda703344201c6a15551
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  6 14:29:03 2012 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Fri Apr  6 14:29:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=3ab5102b

jetty typo and rename

---
 www-servers/jetty-bin/Manifest                     |    2 +-
 ...jetty-6.1.26.ebuild => jetty-bin-6.1.26.ebuild} |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-servers/jetty-bin/Manifest b/www-servers/jetty-bin/Manifest
index 72fa9fc..b24ced2 100644
--- a/www-servers/jetty-bin/Manifest
+++ b/www-servers/jetty-bin/Manifest
@@ -1,4 +1,4 @@
 AUX jetty.confd 676 RMD160 47bd799223d448b21e83d4f2102597ba1012788d SHA1 4add53cc8f55b8d3154efab67b4e082270089356 SHA256 19ea54fbf09fab5b3ccaf819ae872935d6d3718ce6e753dc834302a6be4d199f
 AUX jetty.initd 1386 RMD160 32d113aae6e88329259b1c5d41b2862c39f58bbc SHA1 fdc943dd47cefde4dc80e2ee83692be05970b8ad SHA256 3cda6f5a29b774699b5f3694990ebae1e85ffd0c9925b13368b2ae51c8200622
 DIST jetty-6.1.26.zip 25894195 RMD160 6e960763e720641e1bfd69ca8e5d54f0bc7d8def SHA1 9485913f1a1945a849a90f1a34853d22350bc524 SHA256 96c08eb87ec3772dccc2b3dba54fea85ccc3f804faf7429eecfba3ed55648187
-EBUILD jetty-6.1.26.ebuild 1192 RMD160 825b8439cedd74f78a1a9dd91d41d37cb70c92ac SHA1 52a5e0f4bab1365fa656572239bf78c1891f1013 SHA256 a428715e68f1983ee96a23a67f170eb94c587a24b0410fc1bdd477395210a0a4
+EBUILD jetty-bin-6.1.26.ebuild 1260 RMD160 b9fb97e8545da26f8a9f09b7f13353c73ef605fd SHA1 dfff9a8d3f6a1a24d362faec6dc78964c3abf14d SHA256 6e2006c7d91d356b74cfc3d15b2f884b45a4859a130574237d71501fc1b4a7c6

diff --git a/www-servers/jetty-bin/jetty-6.1.26.ebuild b/www-servers/jetty-bin/jetty-bin-6.1.26.ebuild
similarity index 94%
rename from www-servers/jetty-bin/jetty-6.1.26.ebuild
rename to www-servers/jetty-bin/jetty-bin-6.1.26.ebuild
index bfd010b..f6ebe4f 100755
--- a/www-servers/jetty-bin/jetty-6.1.26.ebuild
+++ b/www-servers/jetty-bin/jetty-bin-6.1.26.ebuild
@@ -6,17 +6,17 @@ EAPI=4
 
 inherit eutils
 
+MY_PN=${PN/-bin}
+
 DESCRIPTION="Jetty is an full-featured web and applicaction server implemented entirely in Java."
 HOMEPAGE="http://www.mortbay.org/jetty-6/"
-SRC_URI="http://dist.codehaus.org/jetty/${P}/${P}.zip"
+SRC_URI="http://dist.codehaus.org/jetty/${MY_PN}-${PV}/${MY_PN}-${PV}.zip"
 SLOT="0"
 
 LICENSE="Apache-2.0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-MY_PN=${PN/-bin}
-
 DEPEND=">=virtual/jdk-1.5
 	app-arch/unzip
 	dev-java/java-config"



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

* [gentoo-commits] dev/ultrabug:master commit in: www-servers/jetty-bin/
@ 2012-04-06 14:34 Alexys Jacob
  0 siblings, 0 replies; 2+ messages in thread
From: Alexys Jacob @ 2012-04-06 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c595a4370a64579e091a969ad2c84938bd4bb7b5
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  6 14:34:36 2012 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Fri Apr  6 14:34:36 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=c595a437

jetty typo

---
 www-servers/jetty-bin/Manifest                |    2 +-
 www-servers/jetty-bin/jetty-bin-6.1.26.ebuild |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/www-servers/jetty-bin/Manifest b/www-servers/jetty-bin/Manifest
index b24ced2..50f6b4d 100644
--- a/www-servers/jetty-bin/Manifest
+++ b/www-servers/jetty-bin/Manifest
@@ -1,4 +1,4 @@
 AUX jetty.confd 676 RMD160 47bd799223d448b21e83d4f2102597ba1012788d SHA1 4add53cc8f55b8d3154efab67b4e082270089356 SHA256 19ea54fbf09fab5b3ccaf819ae872935d6d3718ce6e753dc834302a6be4d199f
 AUX jetty.initd 1386 RMD160 32d113aae6e88329259b1c5d41b2862c39f58bbc SHA1 fdc943dd47cefde4dc80e2ee83692be05970b8ad SHA256 3cda6f5a29b774699b5f3694990ebae1e85ffd0c9925b13368b2ae51c8200622
 DIST jetty-6.1.26.zip 25894195 RMD160 6e960763e720641e1bfd69ca8e5d54f0bc7d8def SHA1 9485913f1a1945a849a90f1a34853d22350bc524 SHA256 96c08eb87ec3772dccc2b3dba54fea85ccc3f804faf7429eecfba3ed55648187
-EBUILD jetty-bin-6.1.26.ebuild 1260 RMD160 b9fb97e8545da26f8a9f09b7f13353c73ef605fd SHA1 dfff9a8d3f6a1a24d362faec6dc78964c3abf14d SHA256 6e2006c7d91d356b74cfc3d15b2f884b45a4859a130574237d71501fc1b4a7c6
+EBUILD jetty-bin-6.1.26.ebuild 1290 RMD160 3a5943a4b5f964ce1424c1d7307db81a2cf74d16 SHA1 06afa1cc98344d02c88efc95a57cd39d150bd83f SHA256 8bb347b81ddb5ebafc09a5565934960274d946eb3975377b9250c1fa16fc3ca5

diff --git a/www-servers/jetty-bin/jetty-bin-6.1.26.ebuild b/www-servers/jetty-bin/jetty-bin-6.1.26.ebuild
index f6ebe4f..9adfd02 100755
--- a/www-servers/jetty-bin/jetty-bin-6.1.26.ebuild
+++ b/www-servers/jetty-bin/jetty-bin-6.1.26.ebuild
@@ -7,10 +7,11 @@ EAPI=4
 inherit eutils
 
 MY_PN=${PN/-bin}
+MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="Jetty is an full-featured web and applicaction server implemented entirely in Java."
 HOMEPAGE="http://www.mortbay.org/jetty-6/"
-SRC_URI="http://dist.codehaus.org/jetty/${MY_PN}-${PV}/${MY_PN}-${PV}.zip"
+SRC_URI="http://dist.codehaus.org/jetty/${MY_P}/${MY_P}.zip"
 SLOT="0"
 
 LICENSE="Apache-2.0"
@@ -24,6 +25,8 @@ RDEPEND=">=virtual/jdk-1.5"
 
 JETTY_HOME="/opt/${MY_PN}"
 
+S="${WORKDIR}/${MY_P}"
+
 pkg_setup() {
 	enewgroup jetty
 	enewuser jetty -1 /bin/bash "${JETTY_HOME}" jetty



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

end of thread, other threads:[~2012-04-06 14:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-06 14:29 [gentoo-commits] dev/ultrabug:master commit in: www-servers/jetty-bin/ Alexys Jacob
  -- strict thread matches above, loose matches on Subject: below --
2012-04-06 14:34 Alexys Jacob

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