diff options
Diffstat (limited to 'x11-plugins/guifications')
-rw-r--r-- | x11-plugins/guifications/Manifest | 3 | ||||
-rw-r--r-- | x11-plugins/guifications/guifications-2.16-r1.ebuild | 2 | ||||
-rw-r--r-- | x11-plugins/guifications/guifications-2.16.ebuild | 30 |
3 files changed, 2 insertions, 33 deletions
diff --git a/x11-plugins/guifications/Manifest b/x11-plugins/guifications/Manifest index a4df7ddf75cb..e1155577ac22 100644 --- a/x11-plugins/guifications/Manifest +++ b/x11-plugins/guifications/Manifest @@ -1,4 +1,3 @@ DIST pidgin-guifications-2.16.tar.bz2 543136 BLAKE2B dd34108210914386dbd2780b4f2a23cb615a51e8cabe39e16867721815b017b8f897906e06eb7cef1cb96e60e70ce3c02ad20d8a1a906159848cfaf64eaa7b76 SHA512 fee1741a37df102ed3620caed9024c1a2ac5919c1a9c4182bdb19685a4d3412a1ff72e5e58ce65fdc2689f1d90432ea22c3912a9ecda80a95af96d57c86c9cf0 -EBUILD guifications-2.16-r1.ebuild 762 BLAKE2B fb5fb88885f3be0ecc491fd6f5f9c1ec42ceac1bc1a0f43ad943ce695bc085d65ba90440b08ec562f696daddc11dca80edf96908ddc47c587cc6d0e89c768993 SHA512 9ccf4774377d34dc7bebd0837780a86739cb965ad0ba9418da82f8b0134922c566a5d01711fdcf0cf3a112333d7be9805a4a571b0d2badb1ef35397b1feff5ab -EBUILD guifications-2.16.ebuild 638 BLAKE2B 9878940ef235663654fbb6a1eb02905a9c44874d33c018901d0766e2cd396c31c680685bd5709a568bf2d0ffe709a6af4d4406fa4e993e7dfc68cbe1d6cefd53 SHA512 a78ecc71bacf08cb9ede789d6492961293fc58e02b4484209bbb786a78b4287972f4a205a61d5481ea3f0b3a1c95d5484a102b106c9cb09adba8c3b158b5b616 +EBUILD guifications-2.16-r1.ebuild 759 BLAKE2B 3bfe0c42e9a9cdef181a6ce26d4551529f825af9ae9baf0dc9e7735441cd5b3475efeb4e7d5f9e2f72f9e6c7613612e0e2c774ea6edad7236952650b2f2d515c SHA512 704064b21849490ccd9b462b3a59bfdf2ebbf3572afc60141b9ca384ab3e341239c2c98699b0c5ed4557d2bb95c3ad7da89f99b4dae1c007698e57f61d409761 MISC metadata.xml 253 BLAKE2B 48176bf4d3261fa1fa73f54f89eb55371dae1f30f8b6fce3ca78b404418583f11c35e1978342d406e1918f737bb8e971778a780d4195f4a1936f866a23cd8423 SHA512 26103b425624e485d98f014bc88d2574fad61a638f750ff21507690509c78529885f72d410975d4f3586b11192d86d8b6457a86330e39d64312c24ce58aea7c9 diff --git a/x11-plugins/guifications/guifications-2.16-r1.ebuild b/x11-plugins/guifications/guifications-2.16-r1.ebuild index 4627815b0aee..7c581a439a1e 100644 --- a/x11-plugins/guifications/guifications-2.16-r1.ebuild +++ b/x11-plugins/guifications/guifications-2.16-r1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="debug nls" RDEPEND="net-im/pidgin[gtk] diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild deleted file mode 100644 index 0c8a39b85b1b..000000000000 --- a/x11-plugins/guifications/guifications-2.16.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN=pidgin-${PN} -MY_PV=${PV/_beta/beta} -MY_P=${MY_PN}-${MY_PV} -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Guifications is a graphical notification plugin for pidgin" -HOMEPAGE="http://plugins.guifications.org/" -SRC_URI="http://downloads.guifications.org/plugins//Guifications2/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="debug nls" - -RDEPEND="net-im/pidgin[gtk] - x11-libs/gtk+:2" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable debug ) \ - $(use_enable nls) -} |