diff options
author | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-07-30 16:36:12 +0000 |
---|---|---|
committer | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-07-30 16:36:12 +0000 |
commit | cdeef6cafd11f5d92d145a98d77731fa8aba81a9 (patch) | |
tree | 5e96868586afec3e40787d01bee544c0d49a2bf7 /dev-util/ext4_utils | |
parent | place sources at my devspace as upstream tarball checksum changes (diff) | |
download | gentoo-2-cdeef6cafd11f5d92d145a98d77731fa8aba81a9.tar.gz gentoo-2-cdeef6cafd11f5d92d145a98d77731fa8aba81a9.tar.bz2 gentoo-2-cdeef6cafd11f5d92d145a98d77731fa8aba81a9.zip |
place sources at my devspace as upstream tarball checksum changes
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Diffstat (limited to 'dev-util/ext4_utils')
-rw-r--r-- | dev-util/ext4_utils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ext4_utils/ext4_utils-4.4.4.1.ebuild | 14 |
2 files changed, 8 insertions, 11 deletions
diff --git a/dev-util/ext4_utils/ChangeLog b/dev-util/ext4_utils/ChangeLog index 28a8c7050ea7..0e5c6ba3383e 100644 --- a/dev-util/ext4_utils/ChangeLog +++ b/dev-util/ext4_utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ext4_utils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ext4_utils/ChangeLog,v 1.2 2014/07/02 08:49:13 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ext4_utils/ChangeLog,v 1.3 2014/07/30 16:36:12 jauhien Exp $ + + 30 Jul 2014; Jauhien Piatlicki <jauhien@gentoo.org> ext4_utils-4.4.4.1.ebuild: + place sources at my devspace as upstream tarball checksum changes 02 Jul 2014; Jauhien Piatlicki <jauhien@gentoo.org> ext4_utils-4.4.4.1.ebuild: add missing dependency diff --git a/dev-util/ext4_utils/ext4_utils-4.4.4.1.ebuild b/dev-util/ext4_utils/ext4_utils-4.4.4.1.ebuild index 449e4f6ebabe..842c79fb812a 100644 --- a/dev-util/ext4_utils/ext4_utils-4.4.4.1.ebuild +++ b/dev-util/ext4_utils/ext4_utils-4.4.4.1.ebuild @@ -1,20 +1,14 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ext4_utils/ext4_utils-4.4.4.1.ebuild,v 1.2 2014/07/02 08:49:13 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ext4_utils/ext4_utils-4.4.4.1.ebuild,v 1.3 2014/07/30 16:36:12 jauhien Exp $ EAPI=5 -inherit versionator - -ANDROID_VERSION=$(get_version_component_range 1-3) -ANDROID_REVISION=$(get_version_component_range 4-) -ANDROID_SELINUX_COMMIT=8b4760949bbafdee6f7825f39423f3db745f4115 - DESCRIPTION="Tools for Android images" HOMEPAGE="https://android.googlesource.com/platform/system/extras" -SRC_URI="https://android.googlesource.com/platform/system/extras/+archive/android-${ANDROID_VERSION}_r${ANDROID_REVISION}/${PN}.tar.gz -> ${P}.tar.gz - https://android.googlesource.com/platform/external/libselinux/+archive/${ANDROID_SELINUX_COMMIT}.tar.gz -> libselinux-android-${PV}.tar.gz - https://android.googlesource.com/platform/system/core/+archive/android-${ANDROID_VERSION}_r${ANDROID_REVISION}/include.tar.gz -> android-system-core-include-${PV}.tar.gz" +SRC_URI="http://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz + http://dev.gentoo.org/~jauhien/distfiles/libselinux-android-${PV}.tar.gz + http://dev.gentoo.org/~jauhien/distfiles/android-system-core-include-${PV}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |