app-admin/mmc-web-proxy: add arm keyword
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds@2027 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
6e7b520b50
commit
99134783f6
@ -1,7 +1,12 @@
|
||||
# ChangeLog for app-admin/mmc-web-proxy
|
||||
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
18 Feb 2010; Mario Fetka <mario.fetka@gmail.com>
|
||||
mmc-web-proxy-2.3.2.ebuild, mmc-web-proxy-2.3.2-r1.ebuild,
|
||||
mmc-web-proxy-2.3.2-r2.ebuild:
|
||||
add arm keyword
|
||||
|
||||
03 Sep 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
mmc-web-proxy-2.3.2-r2.ebuild:
|
||||
correct dependencies
|
||||
|
@ -1,6 +1,6 @@
|
||||
DIST mmc-web-proxy-2.3.2.tar.gz 18543 RMD160 79e13052a2a6425c84cae910ee759a492e934b74 SHA1 bd9349161c0fbecc3d2cf8d6452c9991a29ac93b SHA256 09e23500a5b49b94c6b5978df31e893bf15c24474f1a499f1ede0dc2b84e8d20
|
||||
EBUILD mmc-web-proxy-2.3.2-r1.ebuild 670 RMD160 428bd96427c11891e6e0fbe25ac2d7f749ba1038 SHA1 17d6a2568f705d105879c98931dfb375b3980d29 SHA256 c45187b25c88f19f6c108ad9c5996b7ea5a4f5cdaed8bf0e910c4c6c1b3fba3d
|
||||
EBUILD mmc-web-proxy-2.3.2-r2.ebuild 698 RMD160 4145b95dc68ea038673ba62e11b476b927276fe2 SHA1 3a4eef70bf0bb5e2ee964a05c41e44d6ad7a5eeb SHA256 acebeea36b61f28521790ff2e3fefd0cee720e2c001e05c663b1a44f9ef1cf23
|
||||
EBUILD mmc-web-proxy-2.3.2.ebuild 667 RMD160 28559087a84e0c0672bbfe268ae6775e8464e37c SHA1 92c418dc3fa52a20afc11317c63bc19eb447f726 SHA256 eedc1be75d777e2164e2426cf561308eacee12130f2a618e027cbfa8d3fa310c
|
||||
MISC ChangeLog 1101 RMD160 ebb51f3c310beebdbef6d0abb3c3180d612e8de1 SHA1 9a477df0adf85e9d59ed44285fb789ea91efddc9 SHA256 cba17cd6d4932fcfabc93ec918625aa6eeaa558dce9c277456d1c7fb7bffd9c4
|
||||
EBUILD mmc-web-proxy-2.3.2-r1.ebuild 675 RMD160 41bb5e7d548a11a871a271f03c8a56eae2fde004 SHA1 5dda2a1f16ac59e56342f707f710c36e59d613c6 SHA256 81452f4b63a712aa6f1119646d1e5103818f6485da9e2831dca00ab7ff5440ff
|
||||
EBUILD mmc-web-proxy-2.3.2-r2.ebuild 703 RMD160 a20388480f1196fd32af951149fafbe1a94c117c SHA1 0d3196bceec53df118e3377667749ae64c4cfb1f SHA256 b33cec1e64f7d859570d76c1d14a518b99da604d09c0703bdfaa032fa5c2a1a8
|
||||
EBUILD mmc-web-proxy-2.3.2.ebuild 672 RMD160 1d63e5a365233febff6f8c3b63e8b839c9b21f26 SHA1 c10c5cb9d3aa7bd873031b372d7b4aa099966504 SHA256 e752b28f7c3c20f2cefa2f6e8fb4765eef22def6ce07b2464a571889196398ee
|
||||
MISC ChangeLog 1265 RMD160 dbf85adee54dfb739b6a15448b5d68a189238826 SHA1 776ec6e269bdf50998625c14cc425e28395d00c8 SHA256 bfd44db640039b017020f26de0ec677ada3307554529819e9493c3ace787c9b4
|
||||
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
@ -12,7 +12,7 @@ SRC_URI="http://mds.mandriva.org/pub/mds/sources/${PV}/${P}.tar.gz
|
||||
http://ftp.mars.arge.at/mds/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
|
||||
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd"
|
||||
IUSE=""
|
||||
DEPEND="sys-apps/lsb-release
|
||||
sys-devel/gettext"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
@ -12,7 +12,7 @@ SRC_URI="http://mds.mandriva.org/pub/mds/sources/${PV}/${P}.tar.gz
|
||||
http://ftp.mars.arge.at/mds/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
|
||||
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd"
|
||||
IUSE=""
|
||||
DEPEND="sys-apps/lsb-release
|
||||
sys-devel/gettext"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
@ -10,7 +10,7 @@ SRC_URI="http://mds.mandriva.org/pub/mds/sources/${PV}/${P}.tar.gz
|
||||
http://ftp.mars.arge.at/mds/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
|
||||
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd"
|
||||
IUSE=""
|
||||
DEPEND="sys-apps/lsb-release
|
||||
sys-devel/gettext"
|
||||
|
Loading…
Reference in New Issue
Block a user