From 0a55e5fa92d8318f37fc715392e94125c0694fec Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 20 Dec 2014 17:10:32 +0000 Subject: drop old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3) --- mate-base/mate-common/ChangeLog | 5 ++++- mate-base/mate-common/mate-common-1.6.2.ebuild | 26 -------------------------- 2 files changed, 4 insertions(+), 27 deletions(-) delete mode 100644 mate-base/mate-common/mate-common-1.6.2.ebuild (limited to 'mate-base') 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 -mate-common-1.6.2.ebuild: + drop old 02 Jul 2014; Pacho Ramos 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 -} -- cgit v1.2.3-65-gdbad