diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-09-18 19:49:57 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-09-18 19:49:57 +0000 |
commit | a4b85e5860c766e6c7a09cddb448b2e72c6de733 (patch) | |
tree | 6ab081fcd2c976c3397b8bbd1d6040929d33530f /app-pda | |
parent | Add die thanks to vapier (diff) | |
download | gentoo-2-a4b85e5860c766e6c7a09cddb448b2e72c6de733.tar.gz gentoo-2-a4b85e5860c766e6c7a09cddb448b2e72c6de733.tar.bz2 gentoo-2-a4b85e5860c766e6c7a09cddb448b2e72c6de733.zip |
Version bump to 0.53 for compatibility with app-pda/pilot-link-0.12.2 as per bug 148462.
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/jpilot-backup/ChangeLog | 9 | ||||
-rw-r--r-- | app-pda/jpilot-backup/files/digest-jpilot-backup-0.53 | 3 | ||||
-rw-r--r-- | app-pda/jpilot-backup/jpilot-backup-0.53.ebuild | 31 |
3 files changed, 42 insertions, 1 deletions
diff --git a/app-pda/jpilot-backup/ChangeLog b/app-pda/jpilot-backup/ChangeLog index fae2dba0f71b..2c1b3aca46c6 100644 --- a/app-pda/jpilot-backup/ChangeLog +++ b/app-pda/jpilot-backup/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-pda/jpilot-backup # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/ChangeLog,v 1.9 2007/08/29 16:50:35 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/ChangeLog,v 1.10 2007/09/18 19:49:56 philantrop Exp $ + +*jpilot-backup-0.53 (18 Sep 2007) + + 18 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org> + +jpilot-backup-0.53.ebuild: + Version bump to 0.53 for compatibility with app-pda/pilot-link-0.12.2 as per + bug 148462. 29 Aug 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing agriffis from metadata due to his retirement (see #182294 for diff --git a/app-pda/jpilot-backup/files/digest-jpilot-backup-0.53 b/app-pda/jpilot-backup/files/digest-jpilot-backup-0.53 new file mode 100644 index 000000000000..36a103522462 --- /dev/null +++ b/app-pda/jpilot-backup/files/digest-jpilot-backup-0.53 @@ -0,0 +1,3 @@ +MD5 c8a3eefd3706d9614cb25f2bebf48ece jpilot-backup-0.53.tar.gz 344664 +RMD160 15df30ec3dafee08759d5b6fb5c1c0f5197f9d80 jpilot-backup-0.53.tar.gz 344664 +SHA256 4e4ee39be00a9fe497dd6b19126cf33ddff459cb3ef2432ec72762262a0120f4 jpilot-backup-0.53.tar.gz 344664 diff --git a/app-pda/jpilot-backup/jpilot-backup-0.53.ebuild b/app-pda/jpilot-backup/jpilot-backup-0.53.ebuild new file mode 100644 index 000000000000..c453876006c2 --- /dev/null +++ b/app-pda/jpilot-backup/jpilot-backup-0.53.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-backup/jpilot-backup-0.53.ebuild,v 1.1 2007/09/18 19:49:56 philantrop Exp $ + +inherit multilib + +DESCRIPTION="Backup plugin for jpilot" +SRC_URI="http://jasonday.home.att.net/code/backup/${P}.tar.gz" +HOMEPAGE="http://jasonday.home.att.net/code/backup/backup.html" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2.6.10-r1 + >=app-pda/pilot-link-0.12.2 + >=app-pda/jpilot-0.99.9 + sys-libs/gdbm" +RDEPEND="${DEPEND}" + +src_compile() { + econf --enable-gtk2 || die "configure failed" + emake -j1 || die "make failed" +} + +src_install() { + make install DESTDIR="${D}" \ + libdir=/usr/$(get_libdir)/jpilot/plugins \ + || die "install failed" +} |