From 25f02cd174f8223d32d84349b32e2f5ce41c36ba Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Wed, 11 Nov 2009 17:53:35 +0000 Subject: Initial commit. (Portage version: 2.2_rc49/cvs/Linux x86_64) --- app-mobilephone/past/ChangeLog | 9 +++++++++ app-mobilephone/past/metadata.xml | 6 ++++++ app-mobilephone/past/past-0.0.4.ebuild | 20 ++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 app-mobilephone/past/ChangeLog create mode 100644 app-mobilephone/past/metadata.xml create mode 100644 app-mobilephone/past/past-0.0.4.ebuild (limited to 'app-mobilephone/past') diff --git a/app-mobilephone/past/ChangeLog b/app-mobilephone/past/ChangeLog new file mode 100644 index 000000000000..07f0e241373b --- /dev/null +++ b/app-mobilephone/past/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-mobilephone/past +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/past/ChangeLog,v 1.1 2009/11/11 17:53:35 ssuominen Exp $ + +*past-0.0.4 (11 Nov 2009) + + 11 Nov 2009; Samuli Suominen +past-0.0.4.ebuild: + Initial commit. + diff --git a/app-mobilephone/past/metadata.xml b/app-mobilephone/past/metadata.xml new file mode 100644 index 000000000000..01163487ce13 --- /dev/null +++ b/app-mobilephone/past/metadata.xml @@ -0,0 +1,6 @@ + + + +mobile-phone +qt + diff --git a/app-mobilephone/past/past-0.0.4.ebuild b/app-mobilephone/past/past-0.0.4.ebuild new file mode 100644 index 000000000000..707e2df72b99 --- /dev/null +++ b/app-mobilephone/past/past-0.0.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/past/past-0.0.4.ebuild,v 1.1 2009/11/11 17:53:35 ssuominen Exp $ + +EAPI=2 +inherit cmake-utils + +DESCRIPTION="A simple SMS tool" +HOMEPAGE="http://www.kde-apps.org/content/show.php/past+-+SMS+Tool?content=74036" +SRC_URI="http://www.kde-apps.org/CONTENT/content-files/74036-${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="x11-libs/qt-gui:4 + app-mobilephone/gnokii[sms]" + +DOCS="ChangeLog README TODO" -- cgit v1.2.3-65-gdbad