diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-11 17:53:35 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-11 17:53:35 +0000 |
commit | 25f02cd174f8223d32d84349b32e2f5ce41c36ba (patch) | |
tree | 13ddf3c365d3c8dfab97fe5e6d22f372f42e65d9 /app-mobilephone | |
parent | Masking sys-power/kpowersave for removal, bug #292799 (diff) | |
download | gentoo-2-25f02cd174f8223d32d84349b32e2f5ce41c36ba.tar.gz gentoo-2-25f02cd174f8223d32d84349b32e2f5ce41c36ba.tar.bz2 gentoo-2-25f02cd174f8223d32d84349b32e2f5ce41c36ba.zip |
Initial commit.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/past/ChangeLog | 9 | ||||
-rw-r--r-- | app-mobilephone/past/metadata.xml | 6 | ||||
-rw-r--r-- | app-mobilephone/past/past-0.0.4.ebuild | 20 |
3 files changed, 35 insertions, 0 deletions
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 <ssuominen@gentoo.org> +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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>mobile-phone</herd> +<herd>qt</herd> +</pkgmetadata> 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" |