Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 633872 - app-doc/doxygen - doxywizard.png in SRC_URI is 404
Summary: app-doc/doxygen - doxywizard.png in SRC_URI is 404
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-09 18:14 UTC by eroen
Modified: 2017-12-15 03:58 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eroen 2017-10-09 18:14:20 UTC
eroen@occam /usr/portage $ grep SRC_URI app-doc/doxygen/doxygen-1.8.13-r1.ebuild 
	SRC_URI=""
	SRC_URI="https://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz"
SRC_URI+=" https://dev.gentoo.org/~xarthisius/distfiles/doxywizard.png"
eroen@occam /usr/portage $ curl https://dev.gentoo.org/~xarthisius/distfiles/doxywizard.png
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /~xarthisius/distfiles/doxywizard.png was not found on this server.</p>
<hr>
<address>Apache Server at dev.gentoo.org Port 443</address>
</body></html>
Comment 1 Larry the Git Cow gentoo-dev 2017-12-15 03:58:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c0b85f06e30c53c92a96a9288e0620502611d5

commit 72c0b85f06e30c53c92a96a9288e0620502611d5
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2017-12-15 02:31:16 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2017-12-15 03:58:05 +0000

    app-doc/doxygen: significantly clean up ebuild
    
     - remove desktop entry setup and inherit old fdo-mime eclass
     - fix dependencies
    
    Closes: https://bugs.gentoo.org/633872
    Closes: https://bugs.gentoo.org/625892
    Closes: https://bugs.gentoo.org/637200
    Package-Manager: Portage-2.3.18, Repoman-2.3.6

 app-doc/doxygen/doxygen-1.8.13-r2.ebuild | 131 +++++++++++++++++++++++++++++++
 app-doc/doxygen/doxygen-9999.ebuild      |  37 +++------
 2 files changed, 140 insertions(+), 28 deletions(-)