diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-02-25 00:30:08 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-02-25 00:30:08 +0000 |
commit | 4f50950ee5e0c01925cc05f4f70506b05512eb37 (patch) | |
tree | 68010a5c25f0ae79b2beafed0388128b57bb6079 /x11-terms/sakura | |
parent | Fixing patch (diff) | |
download | gentoo-2-4f50950ee5e0c01925cc05f4f70506b05512eb37.tar.gz gentoo-2-4f50950ee5e0c01925cc05f4f70506b05512eb37.tar.bz2 gentoo-2-4f50950ee5e0c01925cc05f4f70506b05512eb37.zip |
Updated SRC_URI to fetch the tar.bz2 archive instead of tar.gz.
Masked sakura-2.4.0 as it's crashing on startup here. Will have to run some tests.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms/sakura')
-rw-r--r-- | x11-terms/sakura/ChangeLog | 8 | ||||
-rw-r--r-- | x11-terms/sakura/sakura-2.4.0.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-terms/sakura/ChangeLog b/x11-terms/sakura/ChangeLog index 3fc82f369d9c..89e36489a68b 100644 --- a/x11-terms/sakura/ChangeLog +++ b/x11-terms/sakura/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-terms/sakura # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/sakura/ChangeLog,v 1.11 2011/02/24 20:00:27 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/sakura/ChangeLog,v 1.12 2011/02/25 00:30:08 jmbsvicetto Exp $ + + 25 Feb 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + sakura-2.4.0.ebuild: + Updated SRC_URI to fetch the tar.bz2 archive instead of tar.gz. + Masked sakura-2.4.0 as it's crashing on startup here. Will have to run some + tests. *sakura-2.4.0 (24 Feb 2011) diff --git a/x11-terms/sakura/sakura-2.4.0.ebuild b/x11-terms/sakura/sakura-2.4.0.ebuild index cb8dbe67a063..65dcfbb1b795 100644 --- a/x11-terms/sakura/sakura-2.4.0.ebuild +++ b/x11-terms/sakura/sakura-2.4.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/sakura/sakura-2.4.0.ebuild,v 1.1 2011/02/24 20:00:27 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/sakura/sakura-2.4.0.ebuild,v 1.2 2011/02/25 00:30:08 jmbsvicetto Exp $ inherit cmake-utils DESCRIPTION="sakura is a terminal emulator based on GTK and VTE" HOMEPAGE="http://www.pleyades.net/david/sakura.php" -SRC_URI="http://www.pleyades.net/david/projects/sakura/${P}.tar.gz" +SRC_URI="http://www.pleyades.net/david/projects/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |