diff options
Diffstat (limited to 'mate-base/mate-common')
-rw-r--r-- | mate-base/mate-common/ChangeLog | 5 | ||||
-rw-r--r-- | mate-base/mate-common/mate-common-1.6.2.ebuild | 26 |
2 files changed, 4 insertions, 27 deletions
diff --git a/mate-base/mate-common/ChangeLog b/mate-base/mate-common/ChangeLog index dfb295cfafb8..6b453da0d003 100644 --- a/mate-base/mate-common/ChangeLog +++ b/mate-base/mate-common/ChangeLog @@ -1,6 +1,9 @@ # 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.7 2014/07/02 09:46:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-common/ChangeLog,v 1.8 2014/12/20 17:10:32 tamiko Exp $ + + 20 Dec 2014; Matthias Maier <tamiko@gentoo.org> -mate-common-1.6.2.ebuild: + drop old 02 Jul 2014; Pacho Ramos <pacho@gentoo.org> mate-common-1.8.0.ebuild: x86 stable, bug 513714 diff --git a/mate-base/mate-common/mate-common-1.6.2.ebuild b/mate-base/mate-common/mate-common-1.6.2.ebuild deleted file mode 100644 index da5e2c2f42c9..000000000000 --- a/mate-base/mate-common/mate-common-1.6.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.2 2014/05/04 14:53:38 ago 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 -} |