Skip to content

Commit

Permalink
mate-base/mate-common: 1.12.x vbump, import from project repo
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
NP-Hardass committed Aug 12, 2016
1 parent 27db302 commit d6f60d8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions mate-base/mate-common/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST mate-common-1.10.0.tar.xz 72136 SHA256 a2193e5d2ae78aa3f7bdf5636fb46d8142d417be76885758bf3795bc5e73d822 SHA512 1b183fcfcef1f52b78829c57ebfcf5a3fc5720ca2049e16339df947436638c188ef04b825e7e28723e24d60108bee0f6971c8395abf8af5ea40d3b6397b99ba4 WHIRLPOOL 2bdf9eb1ddf531f1327735efa84b5b5c63b8a8c9a0aed09c4ec88f3919515f53691e9a066e941e35a9299d08c8fa3c1ff997011056ae268c40ed0221348732a6
DIST mate-common-1.12.0.tar.xz 66156 SHA256 7c178326ac810c6580647da16d13a8a36a5cc04725ce3a62419c5e2228c8b934 SHA512 3392cc38ee51dec37330ac7d309bd42dfec5f622b50d92af46e16d059781ed4bc1396cb4525518dfe1f2a913fecb426d3ef047731f2208219ef648f27bf54f32 WHIRLPOOL ac12bb8bd880e9bb943f137e5070b74be855e7b1f24fc6249178de2366c7d0d172be416f611ce1e3435c630feed2274e196e27bb59e33c6953563a39b1cbc842
33 changes: 33 additions & 0 deletions mate-base/mate-common/mate-common-1.12.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

inherit mate-desktop.org

if [[ ${PV} == 9999 ]]; then
inherit autotools
else
KEYWORDS="~amd64 ~arm ~x86"
fi

DESCRIPTION="Common files for development of MATE packages"
LICENSE="GPL-3"
SLOT="0"

src_prepare() {
default
if [[ ${PV} == 9999 ]]; then
eautoreconf
fi
}

src_install() {
mv doc-build/README README.doc-build \
|| die "Failed to rename doc-build/README."

default

dodoc doc/usage.txt
}

0 comments on commit d6f60d8

Please sign in to comment.