summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-03-26 19:56:21 +0000
committerAlin Năstac <mrness@gentoo.org>2006-03-26 19:56:21 +0000
commit549eb2a32cb442c12c6d8aa307b6b44f02a4be02 (patch)
treee7ed3ffd9738cbfd3d9bd588ba45b89969a3b0ca /app-mobilephone/scmxx
parentFix for wormux segfault, bug #96382 (diff)
downloadhistorical-549eb2a32cb442c12c6d8aa307b6b44f02a4be02.tar.gz
historical-549eb2a32cb442c12c6d8aa307b6b44f02a4be02.tar.bz2
historical-549eb2a32cb442c12c6d8aa307b6b44f02a4be02.zip
Version bump (#127282). Add nls and bluetooth USE flags.
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-mobilephone/scmxx')
-rw-r--r--app-mobilephone/scmxx/ChangeLog7
-rw-r--r--app-mobilephone/scmxx/Manifest12
-rw-r--r--app-mobilephone/scmxx/files/digest-scmxx-0.9.01
-rw-r--r--app-mobilephone/scmxx/scmxx-0.9.0.ebuild27
4 files changed, 41 insertions, 6 deletions
diff --git a/app-mobilephone/scmxx/ChangeLog b/app-mobilephone/scmxx/ChangeLog
index cc6eb6a89dac..0a8fefb54f79 100644
--- a/app-mobilephone/scmxx/ChangeLog
+++ b/app-mobilephone/scmxx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-mobilephone/scmxx
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/scmxx/ChangeLog,v 1.8 2006/02/25 15:31:52 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/scmxx/ChangeLog,v 1.9 2006/03/26 19:56:21 mrness Exp $
+
+*scmxx-0.9.0 (26 Mar 2006)
+
+ 26 Mar 2006; Alin Nastac <mrness@gentoo.org> +scmxx-0.9.0.ebuild:
+ Version bump (#127282). Add nls and bluetooth USE flags.
25 Feb 2006; Alin Nastac <mrness@gentoo.org> -scmxx-0.8.0.ebuild,
-scmxx-0.8.1.ebuild:
diff --git a/app-mobilephone/scmxx/Manifest b/app-mobilephone/scmxx/Manifest
index 74aa207d1daf..89d3cf819898 100644
--- a/app-mobilephone/scmxx/Manifest
+++ b/app-mobilephone/scmxx/Manifest
@@ -1,14 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 801831950448503857e8989afa83ce4a ChangeLog 2105
+MD5 97439a12c5d679e9323efea8ee8d0179 ChangeLog 2261
MD5 5612ff2f947bd106fbfded0f885af0d7 files/digest-scmxx-0.8.2 64
+MD5 7e078b036df64de2031868bb7f41ee5b files/digest-scmxx-0.9.0 64
MD5 8e1fd49c29f85eea8da87d6e7de450c6 metadata.xml 165
MD5 b973fd60b077cd951a33dbd26d6a5921 scmxx-0.8.2.ebuild 645
+MD5 2c3e4512c271f8c1c3989c00daf373be scmxx-0.9.0.ebuild 732
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2.1 (GNU/Linux)
+Version: GnuPG v1.4.2.2 (GNU/Linux)
-iD8DBQFEAHicjG8pv1lIUX4RAiNnAKCj3JQhNaaBE9MRbzEvyOCQ7XtpJACg6Cpd
-uEdnos3ssITGqAWzes14mSk=
-=8pKE
+iD8DBQFEJvH1jG8pv1lIUX4RAt4LAJ9+oPRIV7ulE46ghPun4d3W1oeZZACguA16
+VuaB8HcI2WKEALlfan+nZaI=
+=R/xK
-----END PGP SIGNATURE-----
diff --git a/app-mobilephone/scmxx/files/digest-scmxx-0.9.0 b/app-mobilephone/scmxx/files/digest-scmxx-0.9.0
new file mode 100644
index 000000000000..d2be0688ce07
--- /dev/null
+++ b/app-mobilephone/scmxx/files/digest-scmxx-0.9.0
@@ -0,0 +1 @@
+MD5 9ed8fe297b39ed1c4d3606e40620835e scmxx-0.9.0.tar.bz2 250681
diff --git a/app-mobilephone/scmxx/scmxx-0.9.0.ebuild b/app-mobilephone/scmxx/scmxx-0.9.0.ebuild
new file mode 100644
index 000000000000..c85e13d0b1cf
--- /dev/null
+++ b/app-mobilephone/scmxx/scmxx-0.9.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/scmxx/scmxx-0.9.0.ebuild,v 1.1 2006/03/26 19:56:21 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="~amd64 ~x86"
+IUSE="bluetooth nls"
+
+DEPEND="bluetooth? ( net-wireless/bluez-libs )
+ nls? ( sys-devel/gettext )"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+
+ exeinto /usr/lib/scmxx
+ doexe contrib/*
+
+ doman docs/*.1
+
+ rm docs/README_WIN32.txt
+ dodoc AUTHORS BUGS CHANGELOG README TODO docs/*.txt
+}