diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2008-05-19 08:03:50 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2008-05-19 08:03:50 +0000 |
commit | 11aeaa2f1d3a87776287ea07b43b8ae447de088d (patch) | |
tree | d8e7c8f406d8fb10bf1d5d3d69d81cdf9f12b878 /media-gfx/picasa | |
parent | Move pkgconfig to DEPEND. Keyword ~amd64. Install documentation. (diff) | |
download | gentoo-2-11aeaa2f1d3a87776287ea07b43b8ae447de088d.tar.gz gentoo-2-11aeaa2f1d3a87776287ea07b43b8ae447de088d.tar.bz2 gentoo-2-11aeaa2f1d3a87776287ea07b43b8ae447de088d.zip |
Version bump, removing ebuilds for older versions which are no longer present on the server.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-gfx/picasa')
-rw-r--r-- | media-gfx/picasa/ChangeLog | 10 | ||||
-rw-r--r-- | media-gfx/picasa/picasa-2.2.2820.5.ebuild | 77 | ||||
-rw-r--r-- | media-gfx/picasa/picasa-2.7.3736.15.ebuild (renamed from media-gfx/picasa/picasa-2.7.3736.11.ebuild) | 6 |
3 files changed, 12 insertions, 81 deletions
diff --git a/media-gfx/picasa/ChangeLog b/media-gfx/picasa/ChangeLog index 7639530285f7..c7233ad07bfd 100644 --- a/media-gfx/picasa/ChangeLog +++ b/media-gfx/picasa/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-gfx/picasa # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/picasa/ChangeLog,v 1.11 2008/03/11 19:52:24 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/picasa/ChangeLog,v 1.12 2008/05/19 08:03:50 phosphan Exp $ + +*picasa-2.7.3736.15 (19 May 2008) + + 19 May 2008; Patrick Kursawe <phosphan@gentoo.org> + -picasa-2.2.2820.5.ebuild, -picasa-2.7.3736.11.ebuild, + +picasa-2.7.3736.15.ebuild: + Version bump, removing ebuilds for older versions which are no longer + present on the server. *picasa-2.7.3736.11 (11 Mar 2008) diff --git a/media-gfx/picasa/picasa-2.2.2820.5.ebuild b/media-gfx/picasa/picasa-2.2.2820.5.ebuild deleted file mode 100644 index f7662d8c7d28..000000000000 --- a/media-gfx/picasa/picasa-2.2.2820.5.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/picasa/picasa-2.2.2820.5.ebuild,v 1.9 2007/10/17 00:29:11 wolf31o2 Exp $ - -inherit eutils versionator - -MY_P="picasa-$(replace_version_separator 3 '-')" -DESCRIPTION="Google's photo organizer" -HOMEPAGE="http://picasa.google.com" -SRC_URI="http://dl.google.com/linux/standalone/${MY_P}.i386.bin" -LICENSE="google-picasa" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -RESTRICT="mirror strip" -QA_TEXTRELS_x86="opt/picasa/wine/lib/wine/license.exe.so" -QA_EXECSTACK_x86="opt/picasa/bin/xsu - opt/picasa/wine/bin/wine - opt/picasa/wine/bin/wineserver - opt/picasa/wine/bin/wine-pthread - opt/picasa/wine/bin/wine-kthread - opt/picasa/wine/lib/* - opt/picasa/wine/lib/wine/*" - -RDEPEND="x86? ( - dev-libs/atk - dev-libs/glib - dev-libs/libxml2 - sys-libs/zlib - x11-libs/gtk+ - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXi - x11-libs/libXt - x11-libs/pango ) - amd64? ( - app-emulation/emul-linux-x86-gtklibs )" - -S=${WORKDIR} - -src_unpack() { - unpack_makeself - - sed -i -e "s:28.20:28.3205:" \ - 'wine/drive_c/Program Files/Picasa2/update/LifeScapeUpdater/currentversion.ini' - sed -i -e "s:;;HKLM,Soft:HKLM,Soft:" -e \ - 's:"DisableMediaDetector",0x10003,0x00000001:"DisableMediaDetector",0x10003,0x00000000:' \ - wine/drive_c/windows/inf/picasa.inf - - # Display unicode filenames correctly by not unsetting locale, bug #147094 - epatch ${FILESDIR}/picasa-unicode.patch -} - -src_install() { - insinto /opt/picasa - doins -r bin wine - chmod a+x ${D}/opt/picasa/{wine/{lib/{wine/*.so,*.so.1},bin/*},bin/*} - keepdir /opt/picasa/wine/drive_c/windows/{command,system} - - dodir /usr/bin - for i in picasa mediadetector s{et,how}picasascreensaver; do - dosym /opt/picasa/bin/${i} /usr/bin/${i} - done - - dodoc README LICENSE.FOSS - - cd desktop - mv google-picasa-mediadetector.desktop.template google-picasa-mediadetector.desktop - mv google-picasa.desktop.template google-picasa.desktop - sed -i -e "s:EXEC:mediadetector:" google-picasa-mediadetector.desktop - sed -i -e "s:EXEC:picasa:" google-picasa.desktop - sed -i -e "s:ICON:picasa.xpm:" google-picasa{,-mediadetector}.desktop - - doicon picasa.xpm - domenu {google-picasa{,-mediadetector},picasascr}.desktop -} diff --git a/media-gfx/picasa/picasa-2.7.3736.11.ebuild b/media-gfx/picasa/picasa-2.7.3736.15.ebuild index a1a2700951b7..ee108d381861 100644 --- a/media-gfx/picasa/picasa-2.7.3736.11.ebuild +++ b/media-gfx/picasa/picasa-2.7.3736.15.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/picasa/picasa-2.7.3736.11.ebuild,v 1.1 2008/03/11 19:52:24 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/picasa/picasa-2.7.3736.15.ebuild,v 1.1 2008/05/19 08:03:50 phosphan Exp $ inherit eutils versionator rpm MY_P="picasa-$(replace_version_separator 3 '-')" DESCRIPTION="Google's photo organizer" HOMEPAGE="http://picasa.google.com" -SRC_URI="http://dl.google.com/linux/rpm/testing/i386/${MY_P}.i386.rpm" +SRC_URI="http://dl.google.com/linux/rpm/stable/i386/${MY_P}.i386.rpm" LICENSE="google-picasa" SLOT="0" KEYWORDS="-* ~amd64 ~x86" @@ -42,7 +42,7 @@ RDEPEND="x86? ( S="${WORKDIR}" src_unpack() { - rpm_src_unpack "${A}" + rpm_src_unpack ${A} } src_install() { |