Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 747519 Details for
Bug 741150
mpdevil-0.9.0.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mpdevil-1.4.0.ebuild
mpdevil-1.4.0.ebuild (text/plain), 1.27 KB, created by
Martin Wagner
on 2021-10-30 17:52:49 UTC
(
hide
)
Description:
mpdevil-1.4.0.ebuild
Filename:
MIME Type:
Creator:
Martin Wagner
Created:
2021-10-30 17:52:49 UTC
Size:
1.27 KB
patch
obsolete
># Copyright 1999-2021 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >PYTHON_COMPAT=( python3_{6,7,8,9} ) >DISTUTILS_SINGLE_IMPL="true" >DISTUTILS_USE_SETUPTOOLS="no" >inherit desktop distutils-r1 gnome2-utils xdg-utils > >DESCRIPTION="A simple music browser for MPD" >HOMEPAGE="https://github.com/SoongNoonien/${PN}" >SRC_URI="" > >if [[ ${PV} == "9999" ]]; then > inherit git-r3 > EGIT_REPO_URI="https://github.com/SoongNoonien/${PN}.git" >else > SRC_URI="https://github.com/SoongNoonien/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > KEYWORDS="amd64 x86" >fi > >LICENSE="GPL-3" >SLOT="0" > >BDEPEND="dev-python/python-distutils-extra >" > >RDEPEND="dev-libs/gobject-introspection:= > x11-libs/gtk+:3[introspection] > x11-libs/libnotify[introspection] > $(python_gen_cond_dep ' > dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] > dev-python/python-mpd[${PYTHON_MULTI_USEDEP}] > dev-python/requests[${PYTHON_MULTI_USEDEP}] > dev-python/beautifulsoup4[${PYTHON_MULTI_USEDEP}] > ') >" > >src_install() { > distutils-r1_src_install > > rm -r "${D}"/usr/share/doc || die > dodoc README.md AUTHORS NEWS >} > >pkg_postinst() { > gnome2_schemas_update > xdg_icon_cache_update > xdg_desktop_database_update >} > >pkg_postrm() { > xdg_desktop_database_update > xdg_icon_cache_update > gnome2_schemas_update >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 741150
:
659120
|
660126
|
679895
|
747519
|
761234
|
765765
|
769280
|
825155