diff options
author | 2005-05-14 14:50:25 +0000 | |
---|---|---|
committer | 2005-05-14 14:50:25 +0000 | |
commit | 29e62d22a21f62095f5e4bb6fc9e601d15920ec1 (patch) | |
tree | 941ef1a4d5770281261edf04a912129f3628fb55 /app-mobilephone/scmxx | |
parent | add kde/qt style by default, bug #92391 (diff) | |
download | historical-29e62d22a21f62095f5e4bb6fc9e601d15920ec1.tar.gz historical-29e62d22a21f62095f5e4bb6fc9e601d15920ec1.tar.bz2 historical-29e62d22a21f62095f5e4bb6fc9e601d15920ec1.zip |
version bump (#86877)
Package-Manager: portage-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 | 10 | ||||
-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, 35 insertions, 5 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..315b49bcfd3e 100644 --- a/app-mobilephone/scmxx/Manifest +++ b/app-mobilephone/scmxx/Manifest @@ -1,16 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +MD5 fb702a3c0e5adb06a909b2f537691c69 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 40ba01689da145a9fc46f7f15b724dca ChangeLog 1302 MD5 8e1fd49c29f85eea8da87d6e7de450c6 metadata.xml 165 MD5 1eef12ab94ebfa087a3c6a72bafb781c files/digest-scmxx-0.6.4 63 MD5 c2d3d5089aa744093a0db55255a1f689 files/digest-scmxx-0.7.4 137 +MD5 4841a129968f6eb4e7edbf7c190fa534 files/digest-scmxx-0.7.5 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFChf4ejiC39V7gKu0RAk2IAJ9LDqLFn976k20/Xy3FpS39uYCVbwCaApXR -Y6GgOgLgFlil/lpJKHJiE7c= -=Pom+ +iD8DBQFChhBJjiC39V7gKu0RAlETAKDB54EocrDHCJoga/mMT/7dft5QJACeKbWq +Gh1UyYeQifSwD0rLzZdUG3w= +=lAvX -----END PGP SIGNATURE----- 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 +} |