From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QFUAJ-0001Zi-FV for garchives@archives.gentoo.org; Thu, 28 Apr 2011 16:34:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD2F11C074; Thu, 28 Apr 2011 16:34:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6DC801C077 for ; Thu, 28 Apr 2011 16:34:00 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6E101B4032 for ; Thu, 28 Apr 2011 16:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CC2D18050B for ; Thu, 28 Apr 2011 16:33:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <8fb642340a7c3ee3f7573ea39619e4f5ddde3af2.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: eclass/ X-VCS-Repository: dev/mgorny X-VCS-Files: eclass/systemd-units.eclass eclass/systemd.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8fb642340a7c3ee3f7573ea39619e4f5ddde3af2 Date: Thu, 28 Apr 2011 16:33:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7a82d8225716de23e0a8ca30fb1e80d7 commit: 8fb642340a7c3ee3f7573ea39619e4f5ddde3af2 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Thu Apr 28 16:33:47 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Thu Apr 28 16:33:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D8fb64234 Revert "Rename systemd.eclass -> systemd-units.eclass." This reverts commit c50d3eb2e0277e0f4eafbc179f26c67cb4a02759. --- eclass/{systemd-units.eclass =3D> systemd.eclass} | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/systemd-units.eclass b/eclass/systemd.eclass similarity index 97% rename from eclass/systemd-units.eclass rename to eclass/systemd.eclass index 0289fdc..4234427 100644 --- a/eclass/systemd-units.eclass +++ b/eclass/systemd.eclass @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -# @ECLASS: systemd-units.eclass +# @ECLASS: systemd.eclass # @MAINTAINER: # mgorny@gentoo.org # @BLURB: helper functions to install systemd units