diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-05-15 08:41:48 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-05-15 08:41:48 +0000 |
commit | 63fd43fcb3a4308aed6a783c8f79abb26127fcb3 (patch) | |
tree | 6479fac6ae81fb416acf3ce8ab60fe3bf519e491 /app-mobilephone | |
parent | fixes bug #92611 (diff) | |
download | historical-63fd43fcb3a4308aed6a783c8f79abb26127fcb3.tar.gz historical-63fd43fcb3a4308aed6a783c8f79abb26127fcb3.tar.bz2 historical-63fd43fcb3a4308aed6a783c8f79abb26127fcb3.zip |
moved from app-pda/bitpim; version bumped
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/bitpim/ChangeLog | 19 | ||||
-rw-r--r-- | app-mobilephone/bitpim/Manifest | 16 | ||||
-rw-r--r-- | app-mobilephone/bitpim/bitpim-0.7.27.ebuild | 31 | ||||
-rw-r--r-- | app-mobilephone/bitpim/bitpim-0.7.32.ebuild | 31 | ||||
-rw-r--r-- | app-mobilephone/bitpim/files/digest-bitpim-0.7.27 | 1 | ||||
-rw-r--r-- | app-mobilephone/bitpim/files/digest-bitpim-0.7.32 | 1 | ||||
-rw-r--r-- | app-mobilephone/bitpim/metadata.xml | 11 | ||||
-rw-r--r-- | app-mobilephone/x70talk/Manifest | 15 |
8 files changed, 125 insertions, 0 deletions
diff --git a/app-mobilephone/bitpim/ChangeLog b/app-mobilephone/bitpim/ChangeLog new file mode 100644 index 000000000000..2394768c3545 --- /dev/null +++ b/app-mobilephone/bitpim/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for app-mobilephone/bitpim +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bitpim/ChangeLog,v 1.1 2005/05/15 08:41:48 mrness Exp $ + +*bitpim-0.7.32 (15 May 2005) + + 15 May 2005; Alin Nastac <mrness@gentoo.org> metadata.xml, + +bitpim-0.7.32.ebuild: + Moved from app-pda/bitpim to app-mobilephone/bitpim. Version bumped. + + 07 Mar 2005; Don Seiler <rizzo@gentoo.org> bitpim-0.7.27.ebuild: + Adding nostrip after correspondence with author + +*bitpim-0.7.27 (04 Mar 2005) + + 04 Mar 2005; Don Seiler <rizzo@gentoo.org> +metadata.xml, + +bitpim-0.7.27.ebuild: + Initial add + diff --git a/app-mobilephone/bitpim/Manifest b/app-mobilephone/bitpim/Manifest new file mode 100644 index 000000000000..eb508bf8a768 --- /dev/null +++ b/app-mobilephone/bitpim/Manifest @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 8caef663e8970fe148ce9f5de860c1c8 bitpim-0.7.32.ebuild 748 +MD5 9b987b19e93a5fd4f98dde0f372d431b bitpim-0.7.27.ebuild 748 +MD5 77c3dfd1f2798a7a3d2215052b000d5d ChangeLog 653 +MD5 cb01270ba9e7d80dcacf2ebbd960653c metadata.xml 553 +MD5 1868bee49ca375890ab4af5f8f95e72f files/digest-bitpim-0.7.27 71 +MD5 b3fdd349f22058da9c83c9571396c119 files/digest-bitpim-0.7.32 71 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFChwtejiC39V7gKu0RAk+JAJ9ei4eYE0QSV86xALpQtLjCr18nHQCgtvR3 ++J5KaIzrpPYOxzEJDnPK3/s= +=Yu4x +-----END PGP SIGNATURE----- diff --git a/app-mobilephone/bitpim/bitpim-0.7.27.ebuild b/app-mobilephone/bitpim/bitpim-0.7.27.ebuild new file mode 100644 index 000000000000..421ad1d2be74 --- /dev/null +++ b/app-mobilephone/bitpim/bitpim-0.7.27.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bitpim/bitpim-0.7.27.ebuild,v 1.1 2005/05/15 08:41:48 mrness Exp $ + +inherit eutils rpm +DESCRIPTION="BitPim is a program that allows you to view and manipulate data on selected cellular phones." +HOMEPAGE="http://www.bitpim.org" +SRC_URI="mirror://sourceforge/${PN}/${P}-0.i386.rpm" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RESTRICT="${RESTRICT} nostrip" +DEPEND="sys-libs/lib-compat" + +S=${WORKDIR} + +src_install() { + cd ${S}/usr/bin + exeinto /usr/bin + doexe bitfling bitpim + + cd ${S}/usr/lib/ + insinto /usr/lib/ + doins -r ${P} + + cd ${S}/usr/lib/${P} + exeinto /usr/lib/${P} + doexe bp +} diff --git a/app-mobilephone/bitpim/bitpim-0.7.32.ebuild b/app-mobilephone/bitpim/bitpim-0.7.32.ebuild new file mode 100644 index 000000000000..d31186a3cdb1 --- /dev/null +++ b/app-mobilephone/bitpim/bitpim-0.7.32.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bitpim/bitpim-0.7.32.ebuild,v 1.1 2005/05/15 08:41:48 mrness Exp $ + +inherit eutils rpm +DESCRIPTION="BitPim is a program that allows you to view and manipulate data on selected cellular phones." +HOMEPAGE="http://www.bitpim.org" +SRC_URI="mirror://sourceforge/${PN}/${P}-0.i386.rpm" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RESTRICT="${RESTRICT} nostrip" +DEPEND="sys-libs/lib-compat" + +S=${WORKDIR} + +src_install() { + cd ${S}/usr/bin + exeinto /usr/bin + doexe bitfling bitpim + + cd ${S}/usr/lib/ + insinto /usr/lib/ + doins -r ${P} + + cd ${S}/usr/lib/${P} + exeinto /usr/lib/${P} + doexe bp +} diff --git a/app-mobilephone/bitpim/files/digest-bitpim-0.7.27 b/app-mobilephone/bitpim/files/digest-bitpim-0.7.27 new file mode 100644 index 000000000000..43f664145179 --- /dev/null +++ b/app-mobilephone/bitpim/files/digest-bitpim-0.7.27 @@ -0,0 +1 @@ +MD5 5f40c7c8a5fdc739abdd1b737423fc11 bitpim-0.7.27-0.i386.rpm 10762249 diff --git a/app-mobilephone/bitpim/files/digest-bitpim-0.7.32 b/app-mobilephone/bitpim/files/digest-bitpim-0.7.32 new file mode 100644 index 000000000000..b557f1ccaf70 --- /dev/null +++ b/app-mobilephone/bitpim/files/digest-bitpim-0.7.32 @@ -0,0 +1 @@ +MD5 ae4b2014e213d139d570fbd85ebb145c bitpim-0.7.32-0.i386.rpm 11441655 diff --git a/app-mobilephone/bitpim/metadata.xml b/app-mobilephone/bitpim/metadata.xml new file mode 100644 index 000000000000..640b13b4f078 --- /dev/null +++ b/app-mobilephone/bitpim/metadata.xml @@ -0,0 +1,11 @@ +<?xml version = '1.0' encoding = 'UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>mobile-phone</herd> + <maintainer> + <email>rizzo@gentoo.org</email> + </maintainer> + <longdescription>BitPim is a program that allows you to view and manipulate data on LG VX4400/VX6000 and many Sanyo Sprint +cell phones. This includes the PhoneBook, Calendar, WallPapers, RingTones (functionality varies by phone) and +the Filesystem for most Qualcomm CDMA chipset based phones.</longdescription> +</pkgmetadata> diff --git a/app-mobilephone/x70talk/Manifest b/app-mobilephone/x70talk/Manifest new file mode 100644 index 000000000000..acda10313f3c --- /dev/null +++ b/app-mobilephone/x70talk/Manifest @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 f4db36aa586e1f416ea9e0d049b5f9d7 ChangeLog 1241 +MD5 0b19074f61428a73704b9c39c12548c4 metadata.xml 369 +MD5 1a1a07ff2ccd8c2346fa7ed90369da82 x70talk-0.1.4-r1.ebuild 704 +MD5 8b12fd0c382a7b845e45f197c73a537b files/digest-x70talk-0.1.4-r1 64 +MD5 a38d52fd46840d397b317cf911326a46 files/x70talk-correct-month.diff 534 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFChwuLjiC39V7gKu0RAvqeAJ90EWeCKWg0gXAvCRiWcwLppUV74wCfVdv0 +/4gUKE2+hRmg0j2LtcTE51c= +=Uxw6 +-----END PGP SIGNATURE----- |