summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2014-02-26 21:52:22 +0000
committerTom Wijsman <tomwij@gentoo.org>2014-02-26 21:52:22 +0000
commit748a9956147042b0d8fb2a095c282f4e090f7529 (patch)
treea1450660fec1dfad1049a360415ae1bf13931dab /mate-base/mate-common
parentAdd missing DEPEND (#502520 by Andrew Church) (diff)
downloadgentoo-2-748a9956147042b0d8fb2a095c282f4e090f7529.tar.gz
gentoo-2-748a9956147042b0d8fb2a095c282f4e090f7529.tar.bz2
gentoo-2-748a9956147042b0d8fb2a095c282f4e090f7529.zip
New ebuild for mate-base/mate-common, common files for development of MATE packages; imported from the mate-overlay, reviewed and adjusted.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'mate-base/mate-common')
-rw-r--r--mate-base/mate-common/ChangeLog10
-rw-r--r--mate-base/mate-common/mate-common-1.6.2.ebuild26
-rw-r--r--mate-base/mate-common/metadata.xml5
3 files changed, 41 insertions, 0 deletions
diff --git a/mate-base/mate-common/ChangeLog b/mate-base/mate-common/ChangeLog
new file mode 100644
index 000000000000..3d8c8f1c358e
--- /dev/null
+++ b/mate-base/mate-common/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for mate-base/mate-common
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-common/ChangeLog,v 1.1 2014/02/26 21:52:22 tomwij Exp $
+
+*mate-common-1.6.2 (26 Feb 2014)
+
+ 26 Feb 2014; Tom Wijsman <TomWij@gentoo.org> +mate-common-1.6.2.ebuild,
+ +metadata.xml:
+ New ebuild for mate-base/mate-common, common files for development of MATE
+ packages; imported from the mate-overlay, reviewed and adjusted.
diff --git a/mate-base/mate-common/mate-common-1.6.2.ebuild b/mate-base/mate-common/mate-common-1.6.2.ebuild
new file mode 100644
index 000000000000..c9aac95e64d6
--- /dev/null
+++ b/mate-base/mate-common/mate-common-1.6.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-common/mate-common-1.6.2.ebuild,v 1.1 2014/02/26 21:52:22 tomwij Exp $
+
+EAPI="5"
+
+inherit versionator
+
+MATE_BRANCH="$(get_version_component_range 1-2)"
+
+SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
+DESCRIPTION="Common files for development of MATE packages"
+HOMEPAGE="http://mate-desktop.org"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_install() {
+ mv doc-build/README README.doc-build \
+ || die "Failed to rename doc-build/README."
+
+ default
+
+ dodoc doc/usage.txt
+}
diff --git a/mate-base/mate-common/metadata.xml b/mate-base/mate-common/metadata.xml
new file mode 100644
index 000000000000..61fcd20b3789
--- /dev/null
+++ b/mate-base/mate-common/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>mate</herd>
+</pkgmetadata>