summaryrefslogtreecommitdiffstats
path: root/mgaapplet-add-media-helper
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-06 17:28:57 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-06 17:28:57 +0000
commit8fca0c38d4cb54ecca849d8ecc6d15aec6b81dd6 (patch)
treee711b5f4bdf912a1f06866789e63a1784345780f /mgaapplet-add-media-helper
parent1b1a0a4434e2eb4adadd651d5ca3b55a0bcb444c (diff)
downloadmgaonline-8fca0c38d4cb54ecca849d8ecc6d15aec6b81dd6.tar
mgaonline-8fca0c38d4cb54ecca849d8ecc6d15aec6b81dd6.tar.gz
mgaonline-8fca0c38d4cb54ecca849d8ecc6d15aec6b81dd6.tar.bz2
mgaonline-8fca0c38d4cb54ecca849d8ecc6d15aec6b81dd6.tar.xz
mgaonline-8fca0c38d4cb54ecca849d8ecc6d15aec6b81dd6.zip
drop support for Enterprise & PowerPack media (mga#6292)
Diffstat (limited to 'mgaapplet-add-media-helper')
-rwxr-xr-xmgaapplet-add-media-helper10
1 files changed, 0 insertions, 10 deletions
diff --git a/mgaapplet-add-media-helper b/mgaapplet-add-media-helper
index 668d3740..d1964228 100755
--- a/mgaapplet-add-media-helper
+++ b/mgaapplet-add-media-helper
@@ -39,16 +39,6 @@ use utf8;
# %product is keyed by product id and it contains the data to add
# restricted media for each product.
my %product = (
- powerpack => {
- info_url => 'https://www.mageia.org/',
- has_rights => sub {
- my $profile = shift @_;
- $profile->{data}{'can-access-restricted-repositories'} eq 'YES';
- },
- media_name => 'Restricted',
- add_medium => \&mgaonline::add_medium_powerpack
-
- },
extended => {
info_url => 'https://www.mageia.org/',
has_rights => sub {