forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-cdr/bashburn: Take ownership of package
Updated metadata.xml to GLEP 67 standard. Package-Manager: portage-2.2.26
- Loading branch information
Daniel Campbell
committed
Jan 25, 2016
1 parent
b29c303
commit c1eb49d
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<name>Daniel Campbell</name> | ||
</maintainer> | ||
<longdescription lang="en"> | ||
A shell script for burning optical media. Supports data and audio burning, | ||
with broad format support including WAV, MP3, Vorbis, and FLAC. | ||
</longdescription> | ||
<upstream> | ||
<maintainer status="inactive" type="person"> | ||
<email>[email protected]</email> | ||
<name>Anders Lindén</name> | ||
</maintainer> | ||
<doc lang="en">http://bashburn.dose.se/index.php?s=docs</doc> | ||
</upstream> | ||
</pkgmetadata> |