From 5614896096506323478ca9b07c105aea74f0f6e6 Mon Sep 17 00:00:00 2001 From: Henry Gebhardt Date: Tue, 21 Aug 2012 17:37:44 -0400 Subject: systemd-units: Use proper versions, so updates are picked up more easily --- sys-apps/systemd-units/Manifest | 2 +- sys-apps/systemd-units/systemd-units-1.ebuild | 41 ++++++++++++++++++++++++ sys-apps/systemd-units/systemd-units-9999.ebuild | 41 ------------------------ 3 files changed, 42 insertions(+), 42 deletions(-) create mode 100644 sys-apps/systemd-units/systemd-units-1.ebuild delete mode 100644 sys-apps/systemd-units/systemd-units-9999.ebuild diff --git a/sys-apps/systemd-units/Manifest b/sys-apps/systemd-units/Manifest index 8dbe63d..a634dd4 100644 --- a/sys-apps/systemd-units/Manifest +++ b/sys-apps/systemd-units/Manifest @@ -29,5 +29,5 @@ AUX services-server/vsftpd.service 210 SHA256 78ccea56242fc20f89a07120d61cd87e4b AUX services-server/vsftpd.socket 104 SHA256 9fdbfd2ec0207170371ca3cf2b0ddca2dc2fe3d062e5792e0d3e51474c3198c9 SHA512 4c56607dde0ccc4773edf905c1d52b66fff774e6aa8b20a23f9443a04838a9ad8a1df535a0bb27660e9a4528d1d7c90b53fd6dd1fa3d4862e87ed06a1a8a87b7 WHIRLPOOL 435e23297ff200ab68cb2813d2024279ed7d21e7d03f1c732c8ef06baf4b92c330edd496798c197078f07b08c4680c9c70e8dcc8aa4d35872d0cc556298b9fc9 AUX services-server/vsftpd_at.service 170 SHA256 30007fc92d2a09e34962e6bfdeff8e1b865d1c22bf86a60780cd55ef32113a3c SHA512 46a7f2dbdb10ae8b622acea501f7e5feb4bd9234d583599a082be09d52911802d2b50c1ddc1c20cf8e1ac8032d390bdaed79a1cdf9db31c9710e1bc0e76743b8 WHIRLPOOL 901b3ebad1df4fbcfd0213c9611757e439ab187ef6f833be3783c88dc08974d737f50c4200184aa926f1281db5224964ff4f4af7645c55b17925c717282ed4b2 AUX tmpfiles-server/mysqld.conf 107 SHA256 190cba2f96a2d25ee9391c0005900d11bcbaf12122f15c06591188e25aaca180 SHA512 f5e9d1241ddc0441916f003f9af5cecd443865b67f11f471b5f8dcb2baa1c07b3a34b0ad40297567e39fe216b9562b9e041c12829a0bed9399548ca2a8fbbabd WHIRLPOOL ae15fb3058ac3844c0261396c74152d771dd863ea026d8e4b5fd1be4add4945f43c7876e05a0668630273d150aa9b10b8d26eef2e96f755bfcc1d9a7f2f2eec4 -EBUILD systemd-units-9999.ebuild 987 SHA256 37e7e1cd129640121a13212d6d2d06db9704d44d129aec02f4f6278bc1379b46 SHA512 5e9173da4fab7730a9afcbd9866eddce759fe59412d0cd5f6fe61690b04dc0c6c6af0d9fb57194362510359896ee1f95e8e4013150dd710d9b8ac34205a8b9e6 WHIRLPOOL 26ab09e943296b1a63a55cfec09709070483ad2d1e01a1b87d71fffe27292f47828c985620da2a8d456938e7a88e0ee2eefa63408d70031dd2a7114f7d61ce3a +EBUILD systemd-units-1.ebuild 987 SHA256 37e7e1cd129640121a13212d6d2d06db9704d44d129aec02f4f6278bc1379b46 SHA512 5e9173da4fab7730a9afcbd9866eddce759fe59412d0cd5f6fe61690b04dc0c6c6af0d9fb57194362510359896ee1f95e8e4013150dd710d9b8ac34205a8b9e6 WHIRLPOOL 26ab09e943296b1a63a55cfec09709070483ad2d1e01a1b87d71fffe27292f47828c985620da2a8d456938e7a88e0ee2eefa63408d70031dd2a7114f7d61ce3a MISC metadata.xml 602 SHA256 823bda585e1b5e1ca3c42c9c1c3b6759174dd44b536bce4011d5aeaa8670787e SHA512 bde45523ea1360fe2f19525be5e2b8f0d0ada33756dc1ddd18eebf2b9e706927aa052ae24a3984e6e381cf2e4e6606ea29fbb293d6c5c3c5af68378a10a351f8 WHIRLPOOL 08258fc14dee6fef0e88010e1006da6b600989cf212aa258364226f9ffa61264cb0d809ede9b125fdd894658709aa9f70804625fd1447759c1eab7c0d0d598eb diff --git a/sys-apps/systemd-units/systemd-units-1.ebuild b/sys-apps/systemd-units/systemd-units-1.ebuild new file mode 100644 index 0000000..9f4d0e5 --- /dev/null +++ b/sys-apps/systemd-units/systemd-units-1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 +inherit eutils systemd + +DESCRIPTION="Service files for sys-apps/systemd" +HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd http://en.gentoo-wiki.com/wiki/Systemd" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+basic +desktop server ingnome3" + +RDEPEND="" +DEPEND="" + +src_install() { + if use basic; then + systemd_dounit "${FILESDIR}"/services-basic/* + fi + + if use server; then + systemd_dounit "${FILESDIR}"/services-server/* + systemd_dotmpfilesd "${FILESDIR}"/tmpfiles-server/* + fi + + if use desktop; then + systemd_dounit "${FILESDIR}"/services-desktop/* + + if ! use ingnome3; then + rm -f "${D}/$(systemd_get_unitdir)"/gdm@.service + fi + fi + + # Files in portage cannot contain a literal '@' character. Therfore, + # convert the code string "_at" into an '@' before installing. + rename '_at' '@' "${D}/$(systemd_get_unitdir)"/* +} diff --git a/sys-apps/systemd-units/systemd-units-9999.ebuild b/sys-apps/systemd-units/systemd-units-9999.ebuild deleted file mode 100644 index 9f4d0e5..0000000 --- a/sys-apps/systemd-units/systemd-units-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 -inherit eutils systemd - -DESCRIPTION="Service files for sys-apps/systemd" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd http://en.gentoo-wiki.com/wiki/Systemd" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+basic +desktop server ingnome3" - -RDEPEND="" -DEPEND="" - -src_install() { - if use basic; then - systemd_dounit "${FILESDIR}"/services-basic/* - fi - - if use server; then - systemd_dounit "${FILESDIR}"/services-server/* - systemd_dotmpfilesd "${FILESDIR}"/tmpfiles-server/* - fi - - if use desktop; then - systemd_dounit "${FILESDIR}"/services-desktop/* - - if ! use ingnome3; then - rm -f "${D}/$(systemd_get_unitdir)"/gdm@.service - fi - fi - - # Files in portage cannot contain a literal '@' character. Therfore, - # convert the code string "_at" into an '@' before installing. - rename '_at' '@' "${D}/$(systemd_get_unitdir)"/* -} -- cgit v1.2.3-65-gdbad