Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 395903 - [ebuild request] media-sound/guayadeque-9999
Summary: [ebuild request] media-sound/guayadeque-9999
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-24 15:31 UTC by Julian Ospald
Modified: 2011-12-27 09:10 UTC (History)
0 users

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


Attachments
live-ebuild.diff (live-ebuild.diff,1.16 KB, text/plain)
2011-12-24 18:36 UTC, Julian Ospald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2011-12-24 15:31:09 UTC
Why is there no live-ebuild for guayadeque yet?

There are just some simple changes needed afais. Works for me since many updates.

 --- guayadeque-0.3.1.ebuild	2011-12-05 18:01:18.000000000 +0100
+++ guayadeque-9999.ebuild	2011-12-24 16:24:16.105185045 +0100
@@ -6,13 +6,13 @@
 
 WX_GTK_VER="2.8"
 
-inherit cmake-utils wxwidgets
+inherit cmake-utils wxwidgets subversion
 
 DESCRIPTION="Music management program designed for all music enthusiasts"
 HOMEPAGE="http://guayadeque.org"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+ESVN_REPO_URI="http://guayadeque.svn.sourceforge.net/svnroot/${PN}/Trunk"
 
-LICENSE="GPL-2"
+LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="ayatana ipod"
@@ -23,6 +23,7 @@
 RDEPEND="
 	dev-db/sqlite:3
 	dev-libs/glib:2
+	dev-vcs/subversion
 	media-libs/flac
 	media-libs/gstreamer
 	media-libs/taglib
@@ -38,7 +39,7 @@
 	dev-util/cmake"
 
 # echo $(cat po/CMakeLists.txt | grep ADD_SUBDIRECTORY | sed 's#ADD_SUBDIRECTORY( \(\w\+\) )#\1#')
-LANGS="es uk it de fr is nb th cs ru hu sv nl"
+LANGS="es uk it de fr is nb th cs ru hu sv nl pt_BR pt"
 for l in ${LANGS}; do
 	IUSE="$IUSE linguas_${l}"
 done
@@ -66,9 +67,6 @@
 
 	base_src_prepare
 
-	# otherwise cmake checks for svn
-	find -type d -name .svn -exec rm -rf '{}' +
-
 	sed 's:-O2::g' -i CMakeLists.txt || die
 }

Reproducible: Always
Comment 1 Julian Ospald 2011-12-24 15:33:28 UTC
oh, formula broke the linewraps

http://pastebin.com/XaiM9NC1
Comment 2 Agostino Sarubbo gentoo-dev 2011-12-24 18:05:31 UTC
Please add the diff as attachment
Comment 3 Julian Ospald 2011-12-24 18:36:31 UTC
Created attachment 296879 [details]
live-ebuild.diff
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2011-12-27 09:10:09 UTC
I added the ebuild to the betagarden overlay. Personally I don't like to have live ebuilds in the tree.
Thanks for your contribution

+*guayadeque-9999 (27 Dec 2011)
+
+  27 Dec 2011; Justin Lecher <jlec@gentoo.org> +guayadeque-9999.ebuild,
+  +metadata.xml:
+  Add live version, #395903
+