Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 268484 - app-misc/beanstalkd-1.3 version bump
Summary: app-misc/beanstalkd-1.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Caleb Tennis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-03 18:16 UTC by Johan Bergström
Modified: 2009-06-23 11:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Bergström 2009-05-03 18:16:29 UTC
New day, new version. Ebuild bump requires a minor patch for new download path:

--- beanstalkd-1.2.ebuild	2009-05-03 20:13:11.000000000 +0200
+++ beanstalkd-1.3.ebuild	2009-05-03 20:04:48.000000000 +0200
@@ -6,7 +6,7 @@
 
 DESCRIPTION="A fast, distributed, in-memory workqueue service"
 HOMEPAGE="http://xph.us/software/beanstalkd/"
-SRC_URI="http://xph.us/software/beanstalkd/rel/${P}.tar.gz"
+SRC_URI="http://xph.us/dist/beanstalkd/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


On another note: http://bugs.gentoo.org/show_bug.cgi?id=246902 doesn't seem to apply anymore. I tried compiling with --as-needed with no issues – so when this hits the tree we could probably close that one.


Reproducible: Always

Steps to Reproduce:
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2009-06-21 15:40:16 UTC
Gordon, you want this package?
Comment 2 Johan Bergström 2009-06-21 16:30:38 UTC
I can manage it from sunrise if no one's interested in taking care of it in the main tree.
Comment 3 Patrick Lauer gentoo-dev 2009-06-23 11:54:04 UTC
+  23 Jun 2009; Patrick Lauer <patrick@gentoo.org> +beanstalkd-1.3.ebuild:
+  Bump to 1.3, fixes #268484