From 5ba690b586f8f44e72ce5122b7267fec53d72f93 Mon Sep 17 00:00:00 2001 From: Maksim 'max_posedon' Melnikau Date: Sun, 20 Sep 2009 20:43:04 +0000 Subject: fso-abyss-0.9.0 bump --- sys-mobilephone/fso-abyss/Manifest | 6 ++---- sys-mobilephone/fso-abyss/fso-abyss-0.3.3.ebuild | 23 ----------------------- sys-mobilephone/fso-abyss/fso-abyss-0.3.5.ebuild | 23 ----------------------- sys-mobilephone/fso-abyss/fso-abyss-0.9.0.ebuild | 23 +++++++++++++++++++++++ 4 files changed, 25 insertions(+), 50 deletions(-) delete mode 100644 sys-mobilephone/fso-abyss/fso-abyss-0.3.3.ebuild delete mode 100644 sys-mobilephone/fso-abyss/fso-abyss-0.3.5.ebuild create mode 100644 sys-mobilephone/fso-abyss/fso-abyss-0.9.0.ebuild (limited to 'sys-mobilephone') diff --git a/sys-mobilephone/fso-abyss/Manifest b/sys-mobilephone/fso-abyss/Manifest index e9231de..3930398 100644 --- a/sys-mobilephone/fso-abyss/Manifest +++ b/sys-mobilephone/fso-abyss/Manifest @@ -1,4 +1,2 @@ -DIST fso-abyss-0.3.3.tar.bz2 219522 RMD160 7061f1f09aa8b84c838de11f666ed72f182fb754 SHA1 a944dada092a297f87d2dde72856e754a8bbcc05 SHA256 29d3234c11c16be4f7e25d124d9be4e8b6deb98823392be3c863a83154823505 -DIST fso-abyss-0.3.5.tar.bz2 228974 RMD160 1737df6310c7b4bb92fd2d6fc769918602be3a5d SHA1 15ee84a972d4fb78fed34a6dfd68581fda39013b SHA256 9b07791d91d1341399c7a0da9f27984d4f2537fc1c15478ee9b396322d09bffb -EBUILD fso-abyss-0.3.3.ebuild 553 RMD160 febcbddd448ea861c2d16afea72b73566fbe4493 SHA1 2d73505317075115b1caa3d595e1793b1458573c SHA256 418cf0b34024da447ffb9581c82c8a4480364e15d099b8837621bd9e73cfc57c -EBUILD fso-abyss-0.3.5.ebuild 561 RMD160 fd03a98ec732069ec23e5c0af531aa4d47ebad24 SHA1 0d98efb352b037ceaac627f4b245ede239a40259 SHA256 fb74e3de27d4e95cffc149cc0e462693e435cde62bb211dca574faa50b3ed194 +DIST fso-abyss-0.9.0.tar.bz2 228976 RMD160 deb0be129ce609649aa8522290112c9c8e8e5cd3 SHA1 007d6e11dec3fe1fa7bcbdb4cad84c416f0cad28 SHA256 99fd433a8442e9fb8fbb261e6255d2bc9827897c49c302f1c41fdbeab4358021 +EBUILD fso-abyss-0.9.0.ebuild 559 RMD160 9d70699fbaea44b2d925d0c3b0d772fb2e3f97f0 SHA1 c6b3df464e92e5c73c2abab733f824596e0400ec SHA256 2a2f08b9bb22cfbc2b4c4a9c8f2c19300478b93860f54d36efada7d7d3c9e5b6 diff --git a/sys-mobilephone/fso-abyss/fso-abyss-0.3.3.ebuild b/sys-mobilephone/fso-abyss/fso-abyss-0.3.3.ebuild deleted file mode 100644 index 574c2fa..0000000 --- a/sys-mobilephone/fso-abyss/fso-abyss-0.3.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="" -HOMEPAGE="http://www.freesmartphone.org" -SRC_URI="http://www.freesmartphone.org/sources/${PN}-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.0 - >=dev-libs/dbus-glib-0.76 - >=sys-mobilephone/libgsm0710mux-0.3.4 - >=sys-mobilephone/libgsm0710-1.1.1" -DEPEND="${RDEPEND} - dev-lang/vala" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" -} diff --git a/sys-mobilephone/fso-abyss/fso-abyss-0.3.5.ebuild b/sys-mobilephone/fso-abyss/fso-abyss-0.3.5.ebuild deleted file mode 100644 index 868e336..0000000 --- a/sys-mobilephone/fso-abyss/fso-abyss-0.3.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="" -HOMEPAGE="http://www.freesmartphone.org" -SRC_URI="http://www.freesmartphone.org/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.12.0 - >=dev-libs/dbus-glib-0.76 - >=sys-mobilephone/libgsm0710mux-0.3.5 - >=sys-mobilephone/libfsobasics-0.8.1.0" -DEPEND="${RDEPEND} - >=dev-lang/vala-0.7.3" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" -} diff --git a/sys-mobilephone/fso-abyss/fso-abyss-0.9.0.ebuild b/sys-mobilephone/fso-abyss/fso-abyss-0.9.0.ebuild new file mode 100644 index 0000000..9cbd457 --- /dev/null +++ b/sys-mobilephone/fso-abyss/fso-abyss-0.9.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="" +HOMEPAGE="http://www.freesmartphone.org" +SRC_URI="http://www.freesmartphone.org/sources/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~arm ~x86 ~amd64" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.12.0 + >=dev-libs/dbus-glib-0.76 + >=sys-mobilephone/libgsm0710mux-0.9.0 + >=sys-mobilephone/libfsobasics-0.8.1" +DEPEND="${RDEPEND} + >=dev-lang/vala-0.7.6" + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" +} -- cgit v1.2.3-65-gdbad