Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182209 - x11-plugins/enigmail-0.95.1 version bump
Summary: x11-plugins/enigmail-0.95.1 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: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-16 10:24 UTC by duebel
Modified: 2007-06-17 14:29 UTC (History)
0 users

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 duebel 2007-06-16 10:24:27 UTC
Please bump enigmail to version 0.95.1.

I did a quick bump here which works for the german language pack.

See output of diff below

Reproducible: Always




diff enigmail-0.95.0.ebuild enigmail-0.95.1.ebuild
13c13
< TBVER="2.0.0.0"
---
> TBVER="2.0.0.4"
28c28,29
<       SRC_URI="${SRC_URI} linguas_${X/-/_}? ( http://dev.gentooexperimental.org/~armin76/dist/${P}-xpi/${PN}-${X}-${PV}.xpi )"
---
> #     SRC_URI="${SRC_URI} linguas_${X/-/_}? ( http://dev.gentooexperimental.org/~armin76/dist/${P}-xpi/${PN}-${X}-${PV}.xpi )"
>       SRC_URI="${SRC_URI} linguas_${X/-/_}? ( http://www.mozilla-enigmail.org/downloads/lang/0.9x/${PN}-${X}-0.9x.xpi )"
34c35,36
<       SRC_URI="${SRC_URI} linguas_${X%%-*}? ( http://dev.gentooexperimental.org/~armin76/dist/${P}-xpi/${PN}-${X}-${PV}.xpi )"
---
> #     SRC_URI="${SRC_URI} linguas_${X%%-*}? ( http://dev.gentooexperimental.org/~armin76/dist/${P}-xpi/${PN}-${X}-${PV}.xpi )"
>       SRC_URI="${SRC_URI} linguas_${X%%-*}? ( http://www.mozilla-enigmail.org/downloads/lang/0.9x/${PN}-${X}-0.9x.xpi )"
84c86
<               [[ ${X} != en ]] && xpi_unpack ${PN}-${X}-${PV}.xpi
---
>               [[ ${X} != en ]] && xpi_unpack ${PN}-${X}-0.9x.xpi
109c111
<       epatch ${FILESDIR}/${PV}-replytolist.patch
---
>       epatch ${FILESDIR}/0.95.0-replytolist.patch
191c193
<               [[ ${X} != en ]] && xpi_install ${WORKDIR}/${PN}-${X}-${PV}
---
>               [[ ${X} != en ]] && xpi_install ${WORKDIR}/${PN}-${X}-0.9x
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2007-06-17 14:29:55 UTC
In CVS, thanks.