diff options
Diffstat (limited to 'sys-mobilephone')
-rw-r--r-- | sys-mobilephone/misc-vapi/Manifest | 3 | ||||
-rw-r--r-- | sys-mobilephone/misc-vapi/misc-vapi-0.5.0.ebuild (renamed from sys-mobilephone/misc-vapi/misc-vapi-9999.ebuild) | 17 |
2 files changed, 5 insertions, 15 deletions
diff --git a/sys-mobilephone/misc-vapi/Manifest b/sys-mobilephone/misc-vapi/Manifest index e92c321..4076803 100644 --- a/sys-mobilephone/misc-vapi/Manifest +++ b/sys-mobilephone/misc-vapi/Manifest @@ -1 +1,2 @@ -EBUILD misc-vapi-9999.ebuild 657 RMD160 58360688f804be777ceaaddd9a42ade9467d4937 SHA1 bfdd548c650c55e34568f15330cb23a65934f18f SHA256 a1e370559ab7d673bf87be8b20ee329f030438135eecdc3fbc6264d28fdd6350 +DIST misc-vapi-0.5.0.tar.bz2 224664 RMD160 dffbcf73bf0ccffe4e072ed0ead01e27e528cb1c SHA1 88c879e9a41742b77a5321af3d166b6cdb61a204 SHA256 bde1ee0a85ebf7321c997ee890ba6cc12c61efd7a34168184ea98932a2ced986 +EBUILD misc-vapi-0.5.0.ebuild 519 RMD160 bff4358ee38d40db10b23d25e818fd81b308639d SHA1 8eb45dfcff3fde3196353fe9a62541a42f86e0a7 SHA256 174cb5708300b773b0fbb0dbabc30a9ffe19d23e870be4516a4b8cc219112914 diff --git a/sys-mobilephone/misc-vapi/misc-vapi-9999.ebuild b/sys-mobilephone/misc-vapi/misc-vapi-0.5.0.ebuild index a852e8e..cb75b62 100644 --- a/sys-mobilephone/misc-vapi/misc-vapi-9999.ebuild +++ b/sys-mobilephone/misc-vapi/misc-vapi-0.5.0.ebuild @@ -2,12 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit autotools git - -DESCRIPTION="The FreeSmartPhone.org GSM multiplexer" +DESCRIPTION="freesmartphone.org misc vapi files" HOMEPAGE="http://www.freesmartphone.org" -EGIT_REPO_URI="git://git.freesmartphone.org/cornucopia.git" -EGIT_PROJECT="cornucopia" +SRC_URI="http://www.freesmartphone.org/sources/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -17,15 +14,7 @@ IUSE="" RDEPEND=">=dev-libs/glib-2.18.0 >=media-libs/alsa-lib-1.0.20" DEPEND="${RDEPEND} - >=dev-lang/vala-0.7.3" - - -src_unpack() { - git_src_unpack - S="${WORKDIR}/${P}/${PN}" - cd "${S}" - eautoreconf -} + >=dev-lang/vala-0.7.6" src_install() { emake DESTDIR="${D}" install || die "make install failed" |