diff options
author | Alin Năstac <mrness@gentoo.org> | 2008-07-12 15:17:43 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2008-07-12 15:17:43 +0000 |
commit | 2194cc850a830bc9cd1143f137ce3103837dd97d (patch) | |
tree | 23afaa87b49b671674b25d21317e935d2d600578 /app-mobilephone | |
parent | Version bump (diff) | |
download | gentoo-2-2194cc850a830bc9cd1143f137ce3103837dd97d.tar.gz gentoo-2-2194cc850a830bc9cd1143f137ce3103837dd97d.tar.bz2 gentoo-2-2194cc850a830bc9cd1143f137ce3103837dd97d.zip |
Version bump.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/galicesms/ChangeLog | 9 | ||||
-rw-r--r-- | app-mobilephone/galicesms/galicesms-1.62.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/app-mobilephone/galicesms/ChangeLog b/app-mobilephone/galicesms/ChangeLog index bc7310a3b059..e61908ae0d2c 100644 --- a/app-mobilephone/galicesms/ChangeLog +++ b/app-mobilephone/galicesms/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-mobilephone/galicesms -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/galicesms/ChangeLog,v 1.7 2007/10/25 20:18:36 mrness Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/galicesms/ChangeLog,v 1.8 2008/07/12 15:17:43 mrness Exp $ + +*galicesms-1.62 (12 Jul 2008) + + 12 Jul 2008; Alin Năstac <mrness@gentoo.org> +galicesms-1.62.ebuild: + Version bump. 25 Oct 2007; Alin Năstac <mrness@gentoo.org> -galicesms-1.51.ebuild: Remove obsolete version. diff --git a/app-mobilephone/galicesms/galicesms-1.62.ebuild b/app-mobilephone/galicesms/galicesms-1.62.ebuild new file mode 100644 index 000000000000..c613be0c684d --- /dev/null +++ b/app-mobilephone/galicesms/galicesms-1.62.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/galicesms/galicesms-1.62.ebuild,v 1.1 2008/07/12 15:17:43 mrness Exp $ + +DESCRIPTION="GTK2 GUI interface for sending SMS messages via Rosso Alice (Italian ADSL service)" +HOMEPAGE="http://www.marzocca.net/linux/galicesms.html" +SRC_URI="http://www.marzocca.net/linux/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/gtk2-perl + dev-perl/libwww-perl + dev-perl/URI" + +S="${WORKDIR}" + +src_install() { + dobin "${PN}" +} |