diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-05-14 14:50:25 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-05-14 14:50:25 +0000 |
commit | ecde7e7db521c8a44464c9f1ee2d925c86ff8e10 (patch) | |
tree | 8483e1e7261bab03a030080e57cfd59726ef1bdb /app-mobilephone/scmxx | |
parent | add kde/qt style by default, bug #92391 (diff) | |
download | gentoo-2-ecde7e7db521c8a44464c9f1ee2d925c86ff8e10.tar.gz gentoo-2-ecde7e7db521c8a44464c9f1ee2d925c86ff8e10.tar.bz2 gentoo-2-ecde7e7db521c8a44464c9f1ee2d925c86ff8e10.zip |
version bump (#86877)
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-mobilephone/scmxx')
-rw-r--r-- | app-mobilephone/scmxx/ChangeLog | 7 | ||||
-rw-r--r-- | app-mobilephone/scmxx/Manifest | 12 | ||||
-rw-r--r-- | app-mobilephone/scmxx/files/digest-scmxx-0.7.5 | 1 | ||||
-rw-r--r-- | app-mobilephone/scmxx/scmxx-0.7.5.ebuild | 22 |
4 files changed, 31 insertions, 11 deletions
diff --git a/app-mobilephone/scmxx/ChangeLog b/app-mobilephone/scmxx/ChangeLog index 85f00f506666..bc7a4772e7f3 100644 --- a/app-mobilephone/scmxx/ChangeLog +++ b/app-mobilephone/scmxx/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-mobilephone/scmxx # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/scmxx/ChangeLog,v 1.1 2005/05/14 13:32:54 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/scmxx/ChangeLog,v 1.2 2005/05/14 14:50:25 mrness Exp $ + +*scmxx-0.7.5 (14 May 2005) + + 14 May 2005; Alin Nastac <mrness@gentoo.org> +scmxx-0.7.5.ebuild: + Version bump (#86877). 14 May 2005; Alin Nastac <mrness@gentoo.org> +metadata.xml, -scmxx-0.6.3.7.ebuild: diff --git a/app-mobilephone/scmxx/Manifest b/app-mobilephone/scmxx/Manifest index 190c128e8783..e86aae03f770 100644 --- a/app-mobilephone/scmxx/Manifest +++ b/app-mobilephone/scmxx/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 845ddeb2b7e38f4e6f680cdb64e06490 scmxx-0.7.5.ebuild 643 MD5 818889c4322b699026deb597c2fd4147 scmxx-0.6.4.ebuild 635 MD5 845ddeb2b7e38f4e6f680cdb64e06490 scmxx-0.7.4.ebuild 643 MD5 8441ab7873b2e965137274170f0974b7 ChangeLog 1180 MD5 8e1fd49c29f85eea8da87d6e7de450c6 metadata.xml 165 MD5 1eef12ab94ebfa087a3c6a72bafb781c files/digest-scmxx-0.6.4 63 MD5 c2d3d5089aa744093a0db55255a1f689 files/digest-scmxx-0.7.4 137 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFChf4ejiC39V7gKu0RAk2IAJ9LDqLFn976k20/Xy3FpS39uYCVbwCaApXR -Y6GgOgLgFlil/lpJKHJiE7c= -=Pom+ ------END PGP SIGNATURE----- +MD5 4841a129968f6eb4e7edbf7c190fa534 files/digest-scmxx-0.7.5 64 diff --git a/app-mobilephone/scmxx/files/digest-scmxx-0.7.5 b/app-mobilephone/scmxx/files/digest-scmxx-0.7.5 new file mode 100644 index 000000000000..451cbdf44c7c --- /dev/null +++ b/app-mobilephone/scmxx/files/digest-scmxx-0.7.5 @@ -0,0 +1 @@ +MD5 6e2a770a1234f0e5fd7703c5ff96dc69 scmxx-0.7.5.tar.bz2 165440 diff --git a/app-mobilephone/scmxx/scmxx-0.7.5.ebuild b/app-mobilephone/scmxx/scmxx-0.7.5.ebuild new file mode 100644 index 000000000000..424a07ab2b1f --- /dev/null +++ b/app-mobilephone/scmxx/scmxx-0.7.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/scmxx/scmxx-0.7.5.ebuild,v 1.1 2005/05/14 14:50:25 mrness Exp $ + +DESCRIPTION="Exchange data with Siemens phones" +HOMEPAGE="http://www.hendrik-sattler.de/scmxx/" +SRC_URI="mirror://sourceforge/scmxx/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="virtual/libc" + +src_install() { + make DESTDIR=${D} install || die + exeinto /usr/lib/scmxx + doexe contrib/* + dodoc AUTHORS BUGS CHANGELOG INSTALL README TODO VERSION docs/*.txt + newdoc docs/README README.doc +} |