Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 101393 | Differences between
and this patch

Collapse All | Expand All

(-)old/eclass/gpe.eclass (-1 / +1 lines)
Lines 13-22 Link Here
13
13
14
GPECONF=""              # extra configure opts passed to econf
14
GPECONF=""              # extra configure opts passed to econf
15
ELTCONF=""              # extra options passed to elibtoolize
15
ELTCONF=""              # extra options passed to elibtoolize
16
DOCS=""                 # documentation files to be installed with dodoc
16
17
17
[ -z "${GPE_MIRROR}" ] && export GPE_MIRROR="http://ftp.handhelds.org/pub/projects/gpe/source"
18
[ -z "${GPE_MIRROR}" ] && export GPE_MIRROR="http://ftp.handhelds.org/pub/projects/gpe/source"
18
[ -z "${GPE_TARBALL_SUFFIX}" ] && export GPE_TARBALL_SUFFIX="gz"
19
[ -z "${GPE_TARBALL_SUFFIX}" ] && export GPE_TARBALL_SUFFIX="gz"
19
[ -z "${DOCS}" ] && export DOCS=""
20
20
21
SRC_URI="${GPE_MIRROR}/${PN}-${PV}.tar.${GPE_TARBALL_SUFFIX}"
21
SRC_URI="${GPE_MIRROR}/${PN}-${PV}.tar.${GPE_TARBALL_SUFFIX}"
22
HOMEPAGE="http://gpe.handhelds.org/"
22
HOMEPAGE="http://gpe.handhelds.org/"
(-)old/gpe-base/gpe-calculator/gpe-calculator-0.2.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit eutils gpe
6
5
DESCRIPTION="A scientific calculator for the GPE Palmtop Environment"
7
DESCRIPTION="A scientific calculator for the GPE Palmtop Environment"
6
8
7
LICENSE="GPL-2"
9
LICENSE="GPL-2"
Lines 10-17 Link Here
10
12
11
DOCS=""
13
DOCS=""
12
14
13
inherit eutils gpe
14
15
src_unpack() {
15
src_unpack() {
16
	unpack ${A} ; cd ${S}
16
	unpack ${A} ; cd ${S}
17
17
(-)old/gpe-base/gpe-calendar/gpe-calendar-0.62.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit gpe
6
5
DESCRIPTION="Calendar application for the GPE Palmtop Environment"
7
DESCRIPTION="Calendar application for the GPE Palmtop Environment"
6
8
7
LICENSE="GPL-2"
9
LICENSE="GPL-2"
Lines 10-17 Link Here
10
12
11
DOCS="ChangeLog"
13
DOCS="ChangeLog"
12
14
13
inherit gpe
14
15
RDEPEND="${RDEPEND}
15
RDEPEND="${RDEPEND}
16
	>=gpe-base/libeventdb-0.15
16
	>=gpe-base/libeventdb-0.15
17
	>=gpe-base/libschedule-0.14
17
	>=gpe-base/libschedule-0.14
(-)old/gpe-base/gpe-contacts/gpe-contacts-0.41.ebuild (-5 / +4 lines)
Lines 2-19 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
GPE_TARBALL_SUFFIX="bz2"
6
inherit gpe
7
5
DESCRIPTION="Contacts manager for the GPE Palmtop Environment"
8
DESCRIPTION="Contacts manager for the GPE Palmtop Environment"
6
9
7
LICENSE="GPL-2"
10
LICENSE="GPL-2"
8
SLOT="0"
11
SLOT="0"
9
KEYWORDS="x86 arm"
12
KEYWORDS="x86 arm"
10
13
11
GPE_TARBALL_SUFFIX="bz2"
12
DOCS="ChangeLog"
14
DOCS="ChangeLog"
13
15
GPECONF="${GPECONF} --disable-dbus"
14
inherit gpe
15
16
GPECONF="--disable-dbus"
17
16
18
RDEPEND="${RDEPEND}
17
RDEPEND="${RDEPEND}
19
	>=gpe-base/libgpevtype-0.12
18
	>=gpe-base/libgpevtype-0.12
(-)old/gpe-base/gpe-edit/gpe-edit-0.29.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit gpe
6
5
DESCRIPTION="Editor for the GPE Palmtop Environment"
7
DESCRIPTION="Editor for the GPE Palmtop Environment"
6
8
7
LICENSE="GPL-2"
9
LICENSE="GPL-2"
Lines 10-17 Link Here
10
12
11
DOCS="ChangeLog"
13
DOCS="ChangeLog"
12
14
13
inherit gpe
14
15
RDEPEND="${RDEPEND}
15
RDEPEND="${RDEPEND}
16
	>=gpe-base/libgpewidget-0.102
16
	>=gpe-base/libgpewidget-0.102
17
	gpe-base/libdisplaymigration"
17
	gpe-base/libdisplaymigration"
(-)old/gpe-base/gpe-gallery/gpe-gallery-0.96.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit gpe
6
5
DESCRIPTION="Image viewer for the GPE Palmtop Environment"
7
DESCRIPTION="Image viewer for the GPE Palmtop Environment"
6
8
7
LICENSE="GPL-2"
9
LICENSE="GPL-2"
Lines 10-17 Link Here
10
12
11
DOCS="ChangeLog"
13
DOCS="ChangeLog"
12
14
13
inherit gpe
14
15
RDEPEND="${RDEPEND}
15
RDEPEND="${RDEPEND}
16
	>=gpe-base/libgpewidget-0.102"
16
	>=gpe-base/libgpewidget-0.102"
17
17
(-)old/gpe-base/gpe-go/gpe-go-0.05.ebuild (-2 / +2 lines)
Lines 2-15 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit eutils gpe
6
5
DESCRIPTION="A Go Board for the GPE Palmtop Environment"
7
DESCRIPTION="A Go Board for the GPE Palmtop Environment"
6
8
7
LICENSE="GPL-2"
9
LICENSE="GPL-2"
8
SLOT="0"
10
SLOT="0"
9
KEYWORDS="x86 arm"
11
KEYWORDS="x86 arm"
10
12
11
inherit eutils gpe
12
13
DOCS="NEWS"
13
DOCS="NEWS"
14
14
15
src_unpack() {
15
src_unpack() {
(-)old/gpe-base/gpe-icons/gpe-icons-0.25.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit gpe
6
5
DESCRIPTION="Common icons for the GPE Palmtop Environment"
7
DESCRIPTION="Common icons for the GPE Palmtop Environment"
6
8
7
LICENSE="GPL-2"
9
LICENSE="GPL-2"
Lines 10-17 Link Here
10
12
11
DOCS="ChangeLog"
13
DOCS="ChangeLog"
12
14
13
inherit gpe
14
15
RDEPEND="${RDEPEND}
15
RDEPEND="${RDEPEND}
16
	>=x11-libs/gtk+-2.6.3"
16
	>=x11-libs/gtk+-2.6.3"
17
17
(-)old/gpe-base/gpe-life/gpe-life-0.2.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit gpe
6
5
DESCRIPTION="Conway's Game of Life for the GPE Palmtop Environment"
7
DESCRIPTION="Conway's Game of Life for the GPE Palmtop Environment"
6
8
7
LICENSE="GPL-2"
9
LICENSE="GPL-2"
Lines 10-17 Link Here
10
12
11
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
13
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
12
14
13
inherit gpe
14
15
RDEPEND="${RDEPEND}
15
RDEPEND="${RDEPEND}
16
	>=gnome-base/libglade-2.5.0"
16
	>=gnome-base/libglade-2.5.0"
17
17
(-)old/gpe-base/gpe-lights/gpe-lights-0.13.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit eutils gpe
6
5
DESCRIPTION="A simple light puzzle for the GPE Palmtop Environment"
7
DESCRIPTION="A simple light puzzle for the GPE Palmtop Environment"
6
8
7
LICENSE="GPL-2"
9
LICENSE="GPL-2"
Lines 10-17 Link Here
10
12
11
DOCS=""
13
DOCS=""
12
14
13
inherit eutils gpe
14
15
src_unpack() {
15
src_unpack() {
16
	unpack ${A} ; cd ${S}
16
	unpack ${A} ; cd ${S}
17
17
(-)old/gpe-base/gpe-mileage/gpe-mileage-0.1.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit gpe
6
5
DESCRIPTION="A mileage calculator for the GPE Palmtop Environment"
7
DESCRIPTION="A mileage calculator for the GPE Palmtop Environment"
6
8
7
LICENSE="GPL-2"
9
LICENSE="GPL-2"
Lines 10-17 Link Here
10
12
11
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
13
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
12
14
13
inherit gpe
14
15
RDEPEND="${RDEPEND}
15
RDEPEND="${RDEPEND}
16
	>=gnome-base/libglade-2.5.0
16
	>=gnome-base/libglade-2.5.0
17
	=dev-db/sqlite-2.8*"
17
	=dev-db/sqlite-2.8*"
(-)old/gpe-base/gpe-mixer/gpe-mixer-0.42.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit gpe
6
5
DESCRIPTION="Audio mixer for the GPE Palmtop Environment"
7
DESCRIPTION="Audio mixer for the GPE Palmtop Environment"
6
8
7
LICENSE="GPL-2"
9
LICENSE="GPL-2"
Lines 10-17 Link Here
10
12
11
DOCS="AUTHORS COPYING ChangeLog"
13
DOCS="AUTHORS COPYING ChangeLog"
12
14
13
inherit gpe
14
15
RDEPEND="${RDEPEND}
15
RDEPEND="${RDEPEND}
16
	>=gpe-base/libgpewidget-0.102"
16
	>=gpe-base/libgpewidget-0.102"
17
17
(-)old/gpe-base/gpe-othello/gpe-othello-0.2_p1.ebuild (-2 / +2 lines)
Lines 2-15 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit eutils gpe
6
5
DESCRIPTION="Othello clone for the GPE Palmtop Environment"
7
DESCRIPTION="Othello clone for the GPE Palmtop Environment"
6
8
7
LICENSE="GPL-2"
9
LICENSE="GPL-2"
8
SLOT="0"
10
SLOT="0"
9
KEYWORDS="x86 arm"
11
KEYWORDS="x86 arm"
10
12
11
inherit eutils gpe
12
13
SRC_URI="${GPE_MIRROR}/${PN}-${PV/_p/-}.tar.${GPE_TARBALL_SUFFIX}"
13
SRC_URI="${GPE_MIRROR}/${PN}-${PV/_p/-}.tar.${GPE_TARBALL_SUFFIX}"
14
S="${WORKDIR}/${PN}-${PV/_p/-}"
14
S="${WORKDIR}/${PN}-${PV/_p/-}"
15
15
(-)old/gpe-base/gpe-plucker/gpe-plucker-0.2.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit eutils gpe
6
5
DESCRIPTION="Plucker ebook reader for the GPE Palmtop Environment"
7
DESCRIPTION="Plucker ebook reader for the GPE Palmtop Environment"
6
8
7
LICENSE="GPL-2"
9
LICENSE="GPL-2"
Lines 10-17 Link Here
10
12
11
DOCS="README README-GPE ToDo"
13
DOCS="README README-GPE ToDo"
12
14
13
inherit eutils gpe
14
15
src_unpack() {
15
src_unpack() {
16
	unpack ${A} ; cd ${S}
16
	unpack ${A} ; cd ${S}
17
17
(-)old/gpe-base/gpe-sketchbook/gpe-sketchbook-0.2.8.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit eutils gpe
6
5
DESCRIPTION="A notebook to sketch notes for the GPE Palmtop Environment"
7
DESCRIPTION="A notebook to sketch notes for the GPE Palmtop Environment"
6
8
7
LICENSE="GPL-2"
9
LICENSE="GPL-2"
Lines 10-17 Link Here
10
12
11
DOCS="AUTHORS COPYING ChangeLog NEWS README TODO"
13
DOCS="AUTHORS COPYING ChangeLog NEWS README TODO"
12
14
13
inherit eutils gpe
14
15
src_unpack() {
15
src_unpack() {
16
	unpack ${A} ; cd ${S}
16
	unpack ${A} ; cd ${S}
17
17
(-)old/gpe-base/gpe-tetris/gpe-tetris-0.6_p4.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit eutils gpe
6
5
DESCRIPTION="Tetris for the GPE Palmtop Environment"
7
DESCRIPTION="Tetris for the GPE Palmtop Environment"
6
8
7
LICENSE="GPL-2"
9
LICENSE="GPL-2"
Lines 10-17 Link Here
10
12
11
DOCS="COPYING ChangeLog README THANKS"
13
DOCS="COPYING ChangeLog README THANKS"
12
14
13
inherit eutils gpe
14
15
SRC_URI="${GPE_MIRROR}/${PN}-${PV/_p/-}.tar.${GPE_TARBALL_SUFFIX}"
15
SRC_URI="${GPE_MIRROR}/${PN}-${PV/_p/-}.tar.${GPE_TARBALL_SUFFIX}"
16
S="${WORKDIR}/${PN}-${PV/_p/-}"
16
S="${WORKDIR}/${PN}-${PV/_p/-}"
17
17
(-)old/gpe-base/gpe-today/gpe-today-0.08.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit gpe
6
5
DESCRIPTION="Appointments and tasks summary application for the GPE Palmtop Environment"
7
DESCRIPTION="Appointments and tasks summary application for the GPE Palmtop Environment"
6
8
7
LICENSE="GPL-2"
9
LICENSE="GPL-2"
Lines 10-17 Link Here
10
12
11
DOCS="AUTHORS HACKING"
13
DOCS="AUTHORS HACKING"
12
14
13
inherit gpe
14
15
src_unpack() {
15
src_unpack() {
16
	unpack ${A} ; cd ${S}
16
	unpack ${A} ; cd ${S}
17
17
(-)old/gpe-base/gpe-todo/gpe-todo-0.54.ebuild (-3 / +3 lines)
Lines 2-18 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
GPE_TARBALL_SUFFIX="bz2"
6
inherit gpe
7
5
DESCRIPTION="To-do list application for the GPE Palmtop Environment"
8
DESCRIPTION="To-do list application for the GPE Palmtop Environment"
6
9
7
LICENSE="GPL-2"
10
LICENSE="GPL-2"
8
SLOT="0"
11
SLOT="0"
9
KEYWORDS="x86 arm"
12
KEYWORDS="x86 arm"
10
13
11
GPE_TARBALL_SUFFIX="bz2"
12
DOCS="ChangeLog"
14
DOCS="ChangeLog"
13
15
14
inherit gpe
15
16
RDEPEND="${RDEPEND}
16
RDEPEND="${RDEPEND}
17
	>=gpe-base/libtododb-0.09
17
	>=gpe-base/libtododb-0.09
18
	>=gpe-base/libgpepimc-0.5
18
	>=gpe-base/libgpepimc-0.5
(-)old/gpe-base/libdisplaymigration/libdisplaymigration-0.99.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit gpe
6
5
DESCRIPTION="Gtk+ display migration library"
7
DESCRIPTION="Gtk+ display migration library"
6
8
7
LICENSE="LGPL-2"
9
LICENSE="LGPL-2"
Lines 10-17 Link Here
10
12
11
DOCS=""
13
DOCS=""
12
14
13
inherit gpe
14
15
src_install() {
15
src_install() {
16
16
17
	gpe_src_install "$@"
17
	gpe_src_install "$@"
(-)old/gpe-base/libeventdb/libeventdb-0.15.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit gpe
6
5
DESCRIPTION="Database access library for GPE calendar"
7
DESCRIPTION="Database access library for GPE calendar"
6
8
7
LICENSE="LGPL-2"
9
LICENSE="LGPL-2"
Lines 10-17 Link Here
10
12
11
DOCS="ChangeLog"
13
DOCS="ChangeLog"
12
14
13
inherit gpe
14
15
src_install() {
15
src_install() {
16
16
17
	gpe_src_install "$@"
17
	gpe_src_install "$@"
(-)old/gpe-base/libgpepimc/libgpepimc-0.5.ebuild (-3 / +3 lines)
Lines 2-18 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
GPE_TARBALL_SUFFIX="bz2"
6
inherit gpe
7
5
DESCRIPTION="Common code for PIM applications of the GPE Palmtop Environment"
8
DESCRIPTION="Common code for PIM applications of the GPE Palmtop Environment"
6
9
7
LICENSE="LGPL-2"
10
LICENSE="LGPL-2"
8
SLOT="0"
11
SLOT="0"
9
KEYWORDS="x86 arm"
12
KEYWORDS="x86 arm"
10
13
11
GPE_TARBALL_SUFFIX="bz2"
12
DOCS="ChangeLog"
14
DOCS="ChangeLog"
13
15
14
inherit gpe
15
16
RDEPEND="${RDEPEND}
16
RDEPEND="${RDEPEND}
17
	>=gpe-base/libgpewidget-0.102
17
	>=gpe-base/libgpewidget-0.102
18
	=dev-db/sqlite-2.8*"
18
	=dev-db/sqlite-2.8*"
(-)old/gpe-base/libgpevtype/libgpevtype-0.12.ebuild (-3 / +3 lines)
Lines 2-18 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
GPE_TARBALL_SUFFIX="bz2"
6
inherit gpe
7
5
DESCRIPTION="Data interchange library for the GPE Palmtop Environment"
8
DESCRIPTION="Data interchange library for the GPE Palmtop Environment"
6
9
7
LICENSE="LGPL-2"
10
LICENSE="LGPL-2"
8
SLOT="0"
11
SLOT="0"
9
KEYWORDS="x86 arm"
12
KEYWORDS="x86 arm"
10
13
11
GPE_TARBALL_SUFFIX="bz2"
12
DOCS="ChangeLog"
14
DOCS="ChangeLog"
13
15
14
inherit gpe
15
16
RDEPEND="${RDEPEND}
16
RDEPEND="${RDEPEND}
17
	gpe-base/libmimedir"
17
	gpe-base/libmimedir"
18
18
(-)old/gpe-base/libgpewidget/libgpewidget-0.102.ebuild (-3 / +3 lines)
Lines 2-18 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
GPE_TARBALL_SUFFIX="bz2"
6
inherit gpe
7
5
DESCRIPTION="A collection of widgets and other common code shared by many GPE applications."
8
DESCRIPTION="A collection of widgets and other common code shared by many GPE applications."
6
9
7
LICENSE="LGPL-2"
10
LICENSE="LGPL-2"
8
SLOT="0"
11
SLOT="0"
9
KEYWORDS="x86 arm"
12
KEYWORDS="x86 arm"
10
13
11
GPE_TARBALL_SUFFIX="bz2"
12
DOCS="ChangeLog"
14
DOCS="ChangeLog"
13
15
14
inherit gpe
15
16
RDEPEND="${RDEPEND}
16
RDEPEND="${RDEPEND}
17
	>=x11-libs/gtk+-2.6.3
17
	>=x11-libs/gtk+-2.6.3
18
	>=gpe-base/gpe-icons-0.25"
18
	>=gpe-base/gpe-icons-0.25"
(-)old/gpe-base/libmimedir/libmimedir-20040307.ebuild (-4 / +4 lines)
Lines 2-19 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit gpe
6
5
DESCRIPTION="RFC2425 MIME Directory Profile library, supporting vCard and iCalendar"
7
DESCRIPTION="RFC2425 MIME Directory Profile library, supporting vCard and iCalendar"
6
8
7
LICENSE="GPL-2 LGPL-2"
9
LICENSE="GPL-2 LGPL-2"
8
SLOT="0"
10
SLOT="0"
9
KEYWORDS="x86 arm"
11
KEYWORDS="x86 arm"
10
12
11
IUSE="doc"
13
IUSE="${IUSE} doc"
12
use doc || GPECONF="--disable-gtk-doc"
14
use doc || GPECONF="${GPECONF} --disable-gtk-doc"
13
DOCS="AUTHORS COPYING COPYING.LIB ChangeLog HACKING MAINTAINERS NEWS README TODO"
15
DOCS="AUTHORS COPYING COPYING.LIB ChangeLog HACKING MAINTAINERS NEWS README TODO"
14
16
15
inherit gpe
16
17
src_compile() {
17
src_compile() {
18
	rm config.*
18
	rm config.*
19
	autoreconf --install
19
	autoreconf --install
(-)old/gpe-base/libschedule/libschedule-0.14.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit gpe
6
5
DESCRIPTION="RTC alarm handling library for the GPE Palmtop Environment"
7
DESCRIPTION="RTC alarm handling library for the GPE Palmtop Environment"
6
8
7
LICENSE="LGPL-2"
9
LICENSE="LGPL-2"
Lines 10-17 Link Here
10
12
11
DOCS="ChangeLog"
13
DOCS="ChangeLog"
12
14
13
inherit gpe
14
15
src_install() {
15
src_install() {
16
16
17
	gpe_src_install "$@"
17
	gpe_src_install "$@"
(-)old/gpe-base/libtododb/libtododb-0.09.ebuild (-3 / +3 lines)
Lines 2-18 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
GPE_TARBALL_SUFFIX="bz2"
6
inherit gpe
7
5
DESCRIPTION="Database access library for GPE to-do list"
8
DESCRIPTION="Database access library for GPE to-do list"
6
9
7
LICENSE="LGPL-2"
10
LICENSE="LGPL-2"
8
SLOT="0"
11
SLOT="0"
9
KEYWORDS="x86 arm"
12
KEYWORDS="x86 arm"
10
13
11
GPE_TARBALL_SUFFIX="bz2"
12
DOCS="ChangeLog"
14
DOCS="ChangeLog"
13
15
14
inherit gpe
15
16
RDEPEND="${RDEPEND}
16
RDEPEND="${RDEPEND}
17
	>=gpe-base/libgpewidget-0.102
17
	>=gpe-base/libgpewidget-0.102
18
	>=gpe-base/libgpepimc-0.5
18
	>=gpe-base/libgpepimc-0.5
(-)old/gpe-base/libxsettings/libxsettings-0.11.ebuild (-2 / +2 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit gpe
6
5
DESCRIPTION="Common code for XSETTINGS"
7
DESCRIPTION="Common code for XSETTINGS"
6
8
7
LICENSE="X11"
9
LICENSE="X11"
Lines 10-17 Link Here
10
12
11
DOCS=""
13
DOCS=""
12
14
13
inherit gpe
14
15
src_install() {
15
src_install() {
16
16
17
	gpe_src_install "$@"
17
	gpe_src_install "$@"

Return to bug 101393