diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-11 10:50:13 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-11 10:50:13 +0000 |
commit | 20f94055f0f6a18d0197baf83536643e7716a4f4 (patch) | |
tree | 479ffaa7ba604a22e416cee931b24ca117ab20f6 /sys-devel/systemd-m4/systemd-m4-9999.ebuild | |
parent | Linux patches 3.0.95, 3.2.49, 3.2.50, 3.2.51 and 3.4.61. Removed security pat... (diff) | |
download | gentoo-2-20f94055f0f6a18d0197baf83536643e7716a4f4.tar.gz gentoo-2-20f94055f0f6a18d0197baf83536643e7716a4f4.tar.bz2 gentoo-2-20f94055f0f6a18d0197baf83536643e7716a4f4.zip |
Rename systemd-sdk to systemd-m4.
(Portage version: 2.2.2/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-devel/systemd-m4/systemd-m4-9999.ebuild')
-rw-r--r-- | sys-devel/systemd-m4/systemd-m4-9999.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sys-devel/systemd-m4/systemd-m4-9999.ebuild b/sys-devel/systemd-m4/systemd-m4-9999.ebuild new file mode 100644 index 000000000000..b17b3f56a43f --- /dev/null +++ b/sys-devel/systemd-m4/systemd-m4-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/systemd-m4/systemd-m4-9999.ebuild,v 1.1 2013/09/11 10:50:13 mgorny Exp $ + +EAPI=4 + +#if LIVE +AUTOTOOLS_AUTORECONF=yes +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git" + +inherit git-2 +#endif + +inherit autotools-utils + +DESCRIPTION="autoconf macros for packages using systemd" +HOMEPAGE="https://bitbucket.org/mgorny/systemd-m4/" +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +#if LIVE + +KEYWORDS= +SRC_URI= +#endif |